執行anaconda指令碼
cd downloads完成安裝過程bash anaconda3-2019.10-linux-x86_64.sh
anaconda3 will now be installed into this location:一旦您同意許可,系統將提示您選擇安裝位置。 您可以按enter接受預設位置,或指定其他位置。/home/sammy/anaconda3
啟用安裝
source ~/ .bashrc測試安裝
conda list2020最新版本參考:
ubuntu環境下安裝erlang OTP開發環境
2.去 檢視安裝指導 3.執行下列命令 sudo apt get install build essential sudo apt get install libncurses5 dev sudo apt get install libssl dev sudo apt get install m4 ...
ubuntu 環境下安裝 scrapy
本人使用的是 linux 3.19.0 31 generic 36 14.04.1 ubuntu smp thu oct 8 10 21 08 utc 2015 x86 64 x86 64 x86 64 gnu linux 由於 ubuntu 已經安裝了兩個版本的 python,並且 pip 工具也...
ubuntu下安裝boost環境
這裡有兩種安裝方法 第一種 也是最簡單的 進入linux系統後,輸入 apt cache search boost 1.5 你將看到很多檔案資訊,你會看到其中乙個檔案叫 libboost dev,直接安裝此檔案即可 apt get install libboost 1.5 dev 這樣就安裝成功了。...