2

How to exit from anaconda prompt and go back to cmd level ?

I run to open anaconda prompt : %windir%\System32\cmd.exe "/K" C:\folder\folder\anaconda3\Scripts\activate.bat activate tf_2_gpu

could I 'unload' anaconda and go back to usual cmd dialog console ?

Qbik
  • 5,885
  • 14
  • 62
  • 93
  • 1
    Does this answer your question? [How to leave/exit/deactivate a Python virtualenv](https://stackoverflow.com/questions/990754/how-to-leave-exit-deactivate-a-python-virtualenv) – merv Apr 17 '21 at 04:24

1 Answers1

7

On my Windows 10 box, conda deactivate works.

Guillaume Ansanay-Alex
  • 1,212
  • 2
  • 9
  • 20