kopia lustrzana https://github.com/micropython/micropython-lib
upip: bootstrap_upip.sh: Perform processing in /tmp.
rodzic
3735172b48
commit
d86720fe9f
|
@ -1,6 +1,12 @@
|
||||||
# This script performs bootstrap installation of upip package manager from PyPI
|
# This script performs bootstrap installation of upip package manager from PyPI
|
||||||
# All the other packages can be installed using it.
|
# All the other packages can be installed using it.
|
||||||
|
|
||||||
|
if [ -z "$TMPDIR" ]; then
|
||||||
|
cd /tmp
|
||||||
|
else
|
||||||
|
cd $TMPDIR
|
||||||
|
fi
|
||||||
|
|
||||||
# Remove any stale old version
|
# Remove any stale old version
|
||||||
rm -rf micropython-upip-*
|
rm -rf micropython-upip-*
|
||||||
wget -nd -r -l1 https://pypi.python.org/pypi/micropython-upip/ --accept-regex ".*pypi.python.org/packages/source/.*.gz" --reject=html
|
wget -nd -r -l1 https://pypi.python.org/pypi/micropython-upip/ --accept-regex ".*pypi.python.org/packages/source/.*.gz" --reject=html
|
||||||
|
|
Ładowanie…
Reference in New Issue