python_linux系统相关配置

旧街凉风 提交于 2019-12-04 16:08:01

安装anoconda

  1. 极速下载安装
https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/ 网站极速下载。

bash Anaconda3-4.3.1-Linux-x86.sh 
  1. 设定默认conda源(用于之后的conda极速安装相关python包)
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/

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

conda config --set show_channel_urls yes
  1. 更改pip源
pip install scrapy -i https://pypi.tuna.tsinghua.edu.cn/simple
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!