新网创想网站建设,新征程启航
为企业提供网站建设、域名注册、服务器等服务
https://www.anaconda.com/distribution/#linux
https://mirrors.tuna.tsinghua.edu.cn/help/anaconda/
成都创新互联公司致力于互联网网站建设与网站营销,提供成都网站设计、做网站、成都外贸网站建设公司、网站开发、seo优化、网站排名、互联网营销、小程序开发、公众号商城、等建站开发,成都创新互联公司网站建设策划专家,为不同类型的客户提供良好的互联网应用定制解决方案,帮助客户在新的全球化互联网环境中保持优势。
yum install conda
https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/
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
conda create -n py34 python=3.4
conda install -n py34 numpy
conda activation py34
conda create -n pyname python=version
conda list
conda info -e
conda remove -n pyname