When I opened my Mac to develop it for the first time in a long time, I couldn't get out for a while after I entered the virtual environment I created a long time ago. When I looked it up, it seems that the command was different.
environment
When entering
(base)$
I want to get out of the virtual environment
(base)$ deactivate
bash: deactivate: command not found
(base)$ source deactivate
bash: deactiate: No such file or directory
It seems to be useless.
When I looked it up, there was a person with similar symptoms.
(base)$ conda deactivate
$
Escape completed
I'm not used to the virtual environment yet ... I have no choice but to use it.
Recommended Posts