File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ elif [ -n "$MICROPYPATH" ]; then
2525 echo " Destination library directory: $libdest "
2626else
2727 echo " Warning: MICROPYPATH is not set, assuming default value"
28- libdest=$HOME /.micropython/lib
28+ libdest=~ /.micropython/lib
2929 echo " Destination library directory: $libdest "
3030fi
3131
@@ -71,9 +71,9 @@ pip install "$@" \
7171 --install-option=" --root=$dest "
7272else
7373# Here we assume that base dir is lib dir, and install scripts a level
74- # higher. For default value of $HOME /.micropython/lib/ , this should give
74+ # higher. For default value of ~ /.micropython/lib/ , this should give
7575# reasonable behavior, though better would make it overridable (or
76- # go bold and use $HOME /bin ?)
76+ # go bold and use ~ /bin ?)
7777pip install " $@ " \
7878 --install-option=" --install-base=." \
7979 --install-option=" --install-purelib=." \
You can’t perform that action at this time.
0 commit comments