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

Clarify comment with text from pyenv local --help

This commit is contained in:
Felddy 2020-06-22 16:30:46 -04:00
parent 3c2781c8cc
commit 23ef29c8a3
No known key found for this signature in database
GPG key ID: AFD7E112AF75260E

View file

@ -125,7 +125,8 @@ END_OF_LINE
exit 1 exit 1
fi fi
# Activate the new virtual environment # Set the local application-specific Python version(s) by writing the
# version name to a file named `.python-version'.
pyenv local "${env_name}" pyenv local "${env_name}"
# Upgrade pip and friends # Upgrade pip and friends