I have 2 versions of Python installed in my machine (Windows 10 x64): Python 2.7 x64 Python 3.6 x64 Python 3.6 x86
I created a virtualenv for each one of these versions. But when i activate the Python 3.6 x64 envirtonment and type in
python --version
it outputs Python 2.7.14
The other virtualenvs work correctly
Any one have an idea why Python 3.6.3 x64 env doesn't activate correctly?
Thanks a lot!