Closed hwwilliams closed 7 years ago
That looks like you might be using python 2.x rather than python 3.x. If you run python -v
while in the virtual environment, what do you get?
It appears your right, which confuses me because outside of the virtual environment it says version 3.6.2.
How can I specify or change the python that the virtual environment points to?
Using the -p
switch when creating the virtual environment: https://virtualenv.pypa.io/en/stable/reference/#cmdoption-p
Any idea what's wrong?