标签:执行 archive nsa port spec wget 登陆 http ice
1、下载安装包wget https://repo.continuum.io/archive/Anaconda3-5.1.0-Linux-x86_64.sh
sh Anaconda3-5.1.0-Linux-x86_64.sh
接下来一路回车键或yes就可以
python(带有Anaconda)
Python 3.5.4 |Anaconda, Inc.| (default, Feb 19 2018, 10:59:04)
[GCC 7.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>>
如果没有,则是环境变量没有配置
vim .bashrc
添加以下配置
export PATH="/root/anaconda3/bin:$PATH"
添加完成后退出再登陆
如果安装组件报如下错误
Solving environment: failed
UnsatisfiableError: The following specifications were found to be in conflict:
- flask-cors -> flask[version=‘>=0.9‘] -> click[version=‘>=2.0‘] -> python[version=‘>=3.6,<3.7.0a0‘]
- python=3.5.4
Use "conda info <package>" to see the dependencies for each package.
执行升级conda后再试
conda update conda
标签:执行 archive nsa port spec wget 登陆 http ice
原文地址:http://blog.51cto.com/aaronsa/2285314