linux ubuntu安裝anaconda

1、官網下載:https://docs.anaconda.com/anaconda/install/linux/

2、sha256sum /path/filename

3、安裝bash ~/Downloads/Anaconda3-2019.10-Linux-x86_64.sh

4、“In order to continue the installation process, please review the license agreement.” 按回車

5、輸入yes

6、“Do you wish the installer to initialize Anaconda3 by running conda init?”輸入yes

7、若6沒有輸入yes,則進入執行上面指令用戶文件夾下輸入source anaconda3/bin/activate ,運行conda init

8、重啓terminal

9、輸入conda config --set auto_activate_base False

10、輸入conda list

11、輸入python可以看到anoconda

12、輸入anaconda-navigator打開界面

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章