简体   繁体   中英

How to remove an environment from Conda

In Windows Server 2012 R2 I have 3 environments in Conda right now-

1. <base>
2. <py_27>
3. <py_3>

I need to remove py_27 . How do I do it?

As official documentation says :

conda remove --name py_27 --all

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