Anaconda 镜像

查看linux是32位还是64位, 使用命令"getconf LONG_BIT"

如果返回的是32,那么就是32位

如果返回的是64,那么就是64位

export PATH=~/anaconda3/bin:$PATH

conda info -e

conda create -n xxxx python=3.6

 

https://mirror.tuna.tsinghua.edu.cn/help/anaconda/

posted @ 2020-06-11 17:19  singyoutosleep  阅读(140)  评论(0)    收藏  举报