赞
踩
在终端进入目录:
mkdir .pip
然后在.pip 文件夹内新建一个文件 :
vi .pip/pip.conf
编辑 pip.conf 文件,写入阿里云:
[global]
index-url = https://mirrors.aliyun.com/pypi/simple/
[install]
trusted-host = mirrors.aliyun.com
pip install jupyter notebook
https://www.jianshu.com/p/b1189769aeb2
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。