I have both python 2.7 and 3.8 installed in my computer but whenever I would install virtualenv using pip install virtualenvwrapper-win
and then open a new virtualenv using mkvirtualenv test
it says Running virtualenv with interpreter /usr/bin/python2
. Now I downloaded django in the virtualenv and got the outdated version 1.11. So now I am unable to import path from django.urls among other things.
Is there any way to install vitrualenwrapper with python3 interpreter? Please help. I am trying to learn django and this is creating a huge hassle.