mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
Remove --python flag since we know we're running the proper python
This commit is contained in:
parent
09009ca1a4
commit
0f241837be
@ -6,4 +6,4 @@ brew install ode --with-shared
|
||||
|
||||
# We can't trust brew to make the right symlinks, so execute commands as modules
|
||||
/usr/local/bin/${PYTHON_INTERP:-python3} -m pip install virtualenv
|
||||
/usr/local/bin/${PYTHON_INTERP:-python3} -m virtualenv --python=${PYTHON_INTERP:-python3} venv
|
||||
/usr/local/bin/${PYTHON_INTERP:-python3} -m virtualenv venv
|
||||
|
Loading…
x
Reference in New Issue
Block a user