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

@ -113,7 +113,7 @@ END_OF_LINE
exit 1
fi
# Create a new virutal environment for this project
# Create a new virtual environment for this project
if ! pyenv virtualenv "${env_name}"; then
cat << END_OF_LINE
An existing virtual environment named $env_name was found. Either delete this

Loading…
Cancel
Save