Paul Sokolovsky
f3c3010ffc
pip-micropython: Revert to using PIP_MICROPY_DEST environment var.
-t/--target is a pip option. Trying to use pip options for different meanings
in pip-micropython may lead to big confusion. That's why the original passed
any extra parameters using environment variables. "All options belong to pip."
10 years ago
Damien George
db63660c19
Add pip-micropython to unix make install.
Also add -t/--target option to pip-micropython to allowing installing to
the pyboard.
Thanks to turbinenreiter/Sebastian Plamauer for the patch.
10 years ago
Paul Sokolovsky
cc8c0882a0
pip-micropython: Fix inverted condition.
11 years ago
Andrew Scheller
6fc40cc3da
pip-micropython: revert $HOME back to ~
11 years ago
Andrew Scheller
0aac7ba344
Make pip-micropython more portable
Replace /tmp with a $TMPDIR variable
Replace multiple occurrences of /tmp/pip-micropy-venv with a $TMPVENV variable
Replace ~ with $HOME
11 years ago
Paul Sokolovsky
06526e7ccc
pip-micropython: Apply more workarounds for setuptools, pip, etc misfeatures.
11 years ago
Paul Sokolovsky
9f043da5c3
pip-micropython: Require command verb, but restrict to "install" only.
So, pip-micropython can/should be run as normal pip:
pip-micropython install micropython-unittest
11 years ago
Paul Sokolovsky
802d505756
tools: Add pip-micropython to install packages in MicroPython-friendly way.
11 years ago