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|

浙公网安备 33010602011771号