https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/ 國內鏡像,下載速度快。不要選擇最新版,有問題,建議 4.3.0。
運行命令 conda -V,返回版本號即安裝成功。
主要介紹在 Ubuntu 14.04中安裝 Anaconda3 的詳細過程。
下載
官方下載地址:https://www.continuum.io/downloads
所有安裝包地址:https://repo.continuum.io/archive/
這里使用 Python 3.5 版本的 “Anaconda3-4.2.0-Linux-x86_64.sh”,如果下載速度慢或下載失敗,可以FQ下載。
也可以直接使用我的百度雲分享的文件:鏈接:http://pan.baidu.com/s/1boDmMZX 密碼:0ega
安裝
這里參考官方文檔:https://docs.continuum.io/anaconda/install/linux.html
新安裝的ubuntu環境,需要安裝通過命令行工具
wget https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/Anaconda3-4.3.0-Linux-x86_64.sh
wget獲取anaconda3的路徑,下載完成后用bash安裝anaconda3
下載完成后可用命令ls -al 查看 ,執行下載不成功:
需要加 sudo 權限在前面:
在相應的文件目錄下執行:
bash Anaconda3-4.2.0-Linux-x86_64.sh
后面步驟
參考:https://blog.csdn.net/mysteryflower/article/details/93064195