mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-15 14:22:11 +08:00
better way to set pipfile
old-commit-hash: 2fe5eff88c66caa22f615fff2919356b3178a30e
This commit is contained in:
@@ -32,7 +32,7 @@ pip install --upgrade pip
|
||||
pip install pipenv
|
||||
|
||||
echo "pip packages install ..."
|
||||
[ -d "./xx" ] && cd ./xx
|
||||
[ -d "./xx" ] && export PIPENV_PIPFILE=./xx/Pipfile
|
||||
pipenv install --dev --deploy --system
|
||||
# update shims for newly installed executables (e.g. scons)
|
||||
pyenv rehash
|
||||
|
||||
Reference in New Issue
Block a user