Search code examples
pythonwindowsvirtualenvvirtualenvwrapper

Where does virtualenvwrapper put python files in Windows?


I used virtualenvwrapper to make a virtual environment on windows and now I need to point my IDE to the python interpreter I created but I cannot find it. I can use workon from cmd but I can't find the actual location of the new interpreter.


Solution

  • I found the default location at %userprofile%\Envs