Be more specific in which python interpreter we want to run

This commit is contained in:
Donny Lawrence 2018-05-30 10:05:37 -05:00
parent a270b0f292
commit 09009ca1a4

View File

@ -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