简体   繁体   中英

zsh: command not found: anaconda-clean but condo install worked

so I tried to do a clean uninstall of anaconda from my MacBook Air m1. I have followed this steps on the official site(Option B): https://docs.anaconda.com/anaconda/install/uninstall/

The first command worked "conda install anaconda-clean"

The second didn't "anaconda-clean --yes"

Output: zsh: command not found: anaconda-clean

Same when trying "anaconda-clean"

Why doesn't it work? I didn't change directory and successfully installed the anaconda-clean package. How to solve it?

thanks

You need to activate conda first: "conda activate" and then do "anaconda-clean --yes"

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM