You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running this command: mkvirtualenv --python=which python3 school-zones
it returned:
New python executable in /Users/smyers/.virtualenvs/school-zones/bin/python3.5
Not overwriting existing python script /Users/smyers/.virtualenvs/school-zones/bin/python (you must use /Users/smyers/.virtualenvs/school-zones/bin/python3.5)
The text was updated successfully, but these errors were encountered:
Did you already have a virtual environment called "school-zones"? It seems like it might be trying to overwrite an existing virtualenv or changing the Python version for an existing virtualenv.
You could try removing the virtualenv and making it again. Before doing this, make sure you save your latest pip dependencies. These are stored in the requirements.txt file. On the command line, navigate to this project's directory and run this:
When running this command: mkvirtualenv --python=
which python3
school-zonesit returned:
New python executable in /Users/smyers/.virtualenvs/school-zones/bin/python3.5
Not overwriting existing python script /Users/smyers/.virtualenvs/school-zones/bin/python (you must use /Users/smyers/.virtualenvs/school-zones/bin/python3.5)
The text was updated successfully, but these errors were encountered: