1. 程式人生 > 實用技巧 >Ubuntu18.04安裝Anaconda3

Ubuntu18.04安裝Anaconda3

一邊操作一邊記筆記。

首先下載anaconda3映象,清華大學開源軟體映象站下載地址: https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/ 下拉到最低端選擇Linux,選擇最新版(32/64位)下載。

Open in Terminal,在Terminal中執行以下命令:

bash Anaconda3-5.3.1-Linux-x86_64.sh

接下來根據提示輸入完成安裝:

wmz@wmz:~/Downloads$ bash Anaconda3-5.3.1-Linux-x86_64.sh 

Welcome to Anaconda3 5.3.1

In order to continue the installation process, please review the license
agreement.
Please, press ENTER to continue

按回車鍵閱讀註冊資訊,閱讀完註冊資訊後,輸入“yes”回車繼續:

kerberos (krb5, non-Windows platforms)
    A network authentication protocol designed to provide strong authentication 
for client/server applications by using secret-key cryptography.

cryptography
    A Python library which exposes cryptographic recipes and primitives.


Do you accept the license terms
? [yes|no] [no] >>> yes

按回車鍵確認安裝位置:

Do you accept the license terms? [yes|no]
[no] >>> yes

Anaconda3 will now be installed into this location:
/home/wmz/anaconda3

  - Press ENTER to confirm the location
  - Press CTRL-C to abort the installation
  - Or specify a different location below

[
/home/wmz/anaconda3] >>>

輸入“yes”選擇新增環境變數;

Do you wish the installer to initialize Anaconda3
in your /home/wmz/.bashrc ? [yes|no]
[no] >>> yes

最後一個是否安裝vscode,看自己的意思,隨意。

參考:https://blog.csdn.net/u012243626/article/details/82469174