As far as I can see from the repo, virtualenvwrapper-win does not provide its own deactivate.bat batch file. This means that when I run deactivate, my machine defaults to the conda deactivate command by using the deactivate file. This (I assume) can happen to others whose base python installation came with the Anaconda or Miniconda distribution. It also means that I cannot deactivate my virtualenvwrapper environment, I can only swap between them.
I currently workaround this by creating a copy of the deactivate file and calling it deactivate.bat. Now virtualenvwrapper will correctly point to this file and deactivate the virtualenvwrapper environment.
Is it possible for there to be an alias for deactivate for virtualenvwrapper-win such as workoff, or even include a deactivate.bat file by that name?
Please let me know if I am doing something wrong and if the above is possible.
Python via Minconda: 3.9.1
As far as I can see from the repo,
virtualenvwrapper-windoes not provide its owndeactivate.batbatch file. This means that when I rundeactivate, my machine defaults to theconda deactivatecommand by using thedeactivatefile. This (I assume) can happen to others whose base python installation came with the Anaconda or Miniconda distribution. It also means that I cannot deactivate my virtualenvwrapper environment, I can only swap between them.I currently workaround this by creating a copy of the
deactivatefile and calling itdeactivate.bat. Nowvirtualenvwrapperwill correctly point to this file and deactivate thevirtualenvwrapperenvironment.Is it possible for there to be an alias for
deactivateforvirtualenvwrapper-winsuch asworkoff, or even include adeactivate.batfile by that name?Please let me know if I am doing something wrong and if the above is possible.
Python via Minconda: 3.9.1