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/

原文地址:https://www.cnblogs.com/owlowl/p/13094541.html