- 配置pip
- 1.永久配置
- 方法一
- 方法二
- 2.pycharm配置镜像
在cmd上输入:
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
然后在cmd输入:
pip install jupyter notebook
然后下载速度贼快
方法二如果方法一失败了
可以在系统盘任意位置创建pip文件夹然后在里面新建pip.nin
[global] index-url = https://pypi.tuna.tsinghua.edu.cn/simple
操作如下(图片形式):



