I am trying to create a virtual environment using mkvirtualenv with python 3 in Windows but the environment is created with python 2.7.My pip version is also from python 2.7 which i have avoided using
py -m pip install virtualenvwrapper-win
When i do
mkvirtualenv test
environment is created with python 2.7 Please help me with a solution Thanks in advance:)