赞
踩
conda -V
conda env list
conda info -e
conda list
conda create --name env_name python=X.X(3.7,3.6,2.7等)
创建虚拟环境名称为 env_name python版本为X.X
source activate env_name
source deactivate env_name
conda remove --name env_name --all
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --set show_channel_urls yes
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。