annaconda常用命令

1.查看已有环境:conda info --env

2.新建虚拟环境:conda create --name YOURNAME python=3.6.9

3.删除虚拟环境:conda remove -n YOURNAME --all

你可能感兴趣的:(linux,运维,服务器)