ubuntu下同時安裝anaconda2與anaconda3,並分別安裝與之對應的軟件

1.安裝anaconda2html

參考網址:https://www.cnblogs.com/chamie/p/8876271.htmlbash

2.安裝anaconda3spa

轉載:https://blog.csdn.net/wyz6666/article/details/78441596.net

下載好以後,不須要create新環境,在文件路徑下直接執行如下命令:code

bash Anaconda3-4.3.0-Linux-x86_64.sh -b -p $HOME/anaconda2/envs/py3
rm -f $HOME/anaconda2/envs/py3/bin/conda*
rm -f $HOME/anaconda2/envs/py3/conda-meta/conda-*
rm -f $HOME/anaconda2/envs/py3/bin/activate
rm -f $HOME/anaconda2/envs/py3/bin/deactivate
cd $HOME/anaconda2/envs/py3/bin
ln -s ../../../bin/conda
ln -s ../../../bin/activate
ln -s ../../../bin/deactivate

備註:py3是新的環境名。htm

檢查安裝環境,打開終端,輸入:blog

conda info --envs

顯示結果:圖片

安裝完以後,打開終端輸入如下命令激活anaconda3的環境:ip

source activate py3

若出現以下圖片,則表示anaconda3安裝成功。pip

安裝軟件包:

conda install **/pip install **
相關文章
相關標籤/搜索