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:
parent
23ef29c8a3
commit
5d1d134c88
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue