Change to python3 to standardize how we call python.

pull/113/head
Felddy 4 years ago
parent 23ef29c8a3
commit 5d1d134c88
No known key found for this signature in database
GPG Key ID: AFD7E112AF75260E
  1. 2
      setup-env

@ -130,7 +130,7 @@ fi
pyenv local "${env_name}"
# Upgrade pip and friends
python -m pip install --upgrade pip setuptools wheel
python3 -m pip install --upgrade pip setuptools wheel
# Find a requirements file (if possible) and install
for req_file in "requirements-dev.txt" "requirements-test.txt" "requirements.txt"; do

Loading…
Cancel
Save