mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-21 00:03:45 +08:00
macOS: Fix missing pip command issue. (#22924)
* Fixed missing pip command issue. * add path to openpilot_env.sh for mac old-commit-hash: a87190342bbe30aa4fd09c1f9586d9a7060e8b76
This commit is contained in:
@@ -61,6 +61,7 @@ fi
|
||||
|
||||
# install python
|
||||
PYENV_PYTHON_VERSION=$(cat $OP_ROOT/.python-version)
|
||||
PATH=$HOME/.pyenv/bin:$HOME/.pyenv/shims:$PATH
|
||||
pyenv install -s ${PYENV_PYTHON_VERSION}
|
||||
pyenv rehash
|
||||
eval "$(pyenv init -)"
|
||||
|
||||
Reference in New Issue
Block a user