Skip to content

How to exit Python virtual env

Daisho Komiyama edited this page Apr 22, 2023 · 1 revision

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
Clone this wiki locally