Anaconda

|
-|-
download the package named Anaconda3-2019.10-Linux-x86_64.sh in the tsinghua mirror|
copy the package in the host machine to the virtual machine|
bash ~/Anaconda3-2019.10-Linux-x86_64.sh|
Enter (begin)|
Enter yes (accept terms. It will let you reinput if you directly Enter)|
Enter (accept installation directory)|
Enter yes (to run init.py including modifying ~/.bashrc)|
source ~/.bashrc|

conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --set show_channel_urls yes

|
-|-
sudo apt install vim|
git|
xclip|

|
-|-
conda常用命令 - 简书|
conda create -n py36 python=3.6|
conda create -n kraa --clone py36|
conda activate kraa|
conda remove -n xxxx --all|

|
-|-
conda install ipython|
pandas|
numpy|
matplotlib|
jupyter|
notebook|
qtconsole|
pip install opencv-python|
pip install tensorflow>=2.0.0|

|
-|-
copy vimrc in the host machine to the virtual machine|

posted @ 2019-11-27 10:05  cyd1310997  阅读(122)  评论(0)    收藏  举报