How to exit Python virtual env - kdaisho/Blog GitHub Wiki
When you see something like this in your terminal, you're probably within Python virtual environment.
(base) -> ~
You don't need to be here if you are not on a Python project.
To exit, run this.
conda deactivate