I'm try to use "virtualenvwrapper-win" to build django project on my windows 10 pc. I think i setup it correctly, and it seems work fine. but I can't see what virtual environment am i using right now. it doesn't show in front of the command line. But on my laptop, i can see it correctly.
C:\Users\User>workon
Pass a name to activate one of the following virtualenvs:
==============================================================================
C:\Users\User>mkvirtualenv my_django
created virtual environment CPython3Windows(dest=C:\Users\User\Envs\my_django, clear=False, global=False) with seeder FromAppData pip=latest setuptools=latest wheel=latest app_data_dir=C:\Users\User\AppData\Local\pypa\virtualenv\seed-v1 via=copy
C:\Users\User>workon
Pass a name to activate one of the following virtualenvs:
==============================================================================
my_django
C:\Users\User>workon my_django
C:\Users\User>cdvirtualenv
C:\Users\User\Envs\my_django>
Above is the command line on my pc. I think i activate virtual environment correctly, but it didn't show what environment in the front. like below:
(my_django) C:\Users\User>