Browse Source

Be more specific in which python interpreter we want to run

Donny Lawrence 7 years ago
parent
commit
09009ca1a4
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .travis/install_macos.sh

+ 2 - 2
.travis/install_macos.sh

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