Remove --python flag since we know we're running the proper python

This commit is contained in:
Donny Lawrence 2018-05-30 10:07:34 -05:00
parent 09009ca1a4
commit 0f241837be

View File

@ -6,4 +6,4 @@ brew install ode --with-shared
# We can't trust brew to make the right symlinks, so execute commands as modules # 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 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