mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
Be more specific in which python interpreter we want to run
This commit is contained in:
parent
a270b0f292
commit
09009ca1a4
@ -5,5 +5,5 @@ wxmac opencv assimp libvorbis openssl@1.0 || true
|
||||
brew install ode --with-shared
|
||||
|
||||
# We can't trust brew to make the right symlinks, so execute commands as modules
|
||||
${PYTHON_INTERP:-python3} -m pip install virtualenv
|
||||
${PYTHON_INTERP:-python3} -m virtualenv --python=${PYTHON_INTERP:-python3} venv
|
||||
/usr/local/bin/${PYTHON_INTERP:-python3} -m pip install virtualenv
|
||||
/usr/local/bin/${PYTHON_INTERP:-python3} -m virtualenv --python=${PYTHON_INTERP:-python3} venv
|
||||
|
Loading…
x
Reference in New Issue
Block a user