1.虚拟机中安装ubuntu:https://zhuanlan.zhihu.com/p/38797088
2.主题优化:https://blog.csdn.net/yato0514/article/details/78510363
3.若安装完的ubuntu界面太小:https://blog.csdn.net/dcrmg/article/details/74090307
4.安装chrome:https://blog.csdn.net/Muleung/article/details/80623533
5.安装anaconda:https://blog.csdn.net/lwplwf/article/details/79162470
6.若anaconda没有添加环境变量
(1)修改~/.bashrc(gedit ~/.bashrc)
(2)添加export PATH=/home/lishanliao/anaconda3/bin:$PATH
(3)source ~/.bashrc
(4)重启终端
然后终端输入which python得到显示
说明启动的是anaconda的python。
虚拟机安装ubuntu 配置ananconda和TensorFlow-gpu
原文:https://www.cnblogs.com/ljkCode/p/10885875.html