清华源镜像恢复,服务器创建新环境

laohua    2019-06-30 09:13

现在,每个账户都可以为自己创建环境
1、Xshell登陆自己的账户,执行conda config --remove-key channels恢复默认源配置;
2、vim .condarc进入环境配置文件,将defaults删除,:wq保存并退出编辑;
3、执行
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
conda config --set show_channel_urls yes
添加清华源镜像;
4、conda create -n yourname python=version创建环境
附录:conda常用命令
 source activate (虚拟环境名称)   激活环境
 source deactivate   退出当前环境
 conda remove -n (虚拟环境名称) --all   删除环境
Last Modified: 2019-06-30 09:13
Views: 2.1K

[[total]] comments

Post your comment
  1. [[item.time]]
    [[item.user.username]] [[item.floor]]Floor
  2. Click to load more...
  3. Post your comment