h# ubuntu 安装Anaconda
1.windows 安装Anaconda
2.anaconda 使用
(1)安装包 conda install matplotlib pip install qrcode ???
(2)卸载包 conda remove matplotlib
(3)更新包 conda update matplotlib
(4)查询已经安装的包 conda list
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --set show_channel_urls yes
修改pip镜像地址
可以在使用pip的时候加参数-i https://pypi.tuna.tsinghua.edu.cn/simple
https://blog.csdn.net/program_developer/article/details/79677557
3. miniconda
打开 Jupyter Notebook
ipython notebook
Ubuntu14.04下安装anaconda以及TensorFlow教程
https://www.jianshu.com/p/24815a94dd1c