1
0
Fork 0
mirror of https://github.com/cisagov/log4j-affected-db.git synced 2024-11-22 08:30:48 +00:00

Change to python3 to standardize how we call python.

This commit is contained in:
Felddy 2020-06-22 16:34:53 -04:00
parent 23ef29c8a3
commit 5d1d134c88
No known key found for this signature in database
GPG key ID: AFD7E112AF75260E

View file

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