|
|
@@ -5,5 +5,5 @@ wxmac opencv assimp libvorbis [email protected] || true
|
|
|
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 venv
|
|
|
+${PYTHON_INTERP:-python3} -m pip install virtualenv
|
|
|
+${PYTHON_INTERP:-python3} -m virtualenv venv
|