devpi

devpi | 本地安装

http://benpaodewoniu.github.io/2020/02/10/devpi0/
https://segmentfault.com/a/1190000000664196
https://pypi.org/project/devpi-server/
https://devpi.net/docs/devpi/devpi/stable/%2Bd/index.html
++++++++++++++++
http://t.csdn.cn/61PBI
docker启devpi服务,搭建自己的pypi源:
https://zhuanlan.zhihu.com/p/476257058
+++++++++++++++++++++++++++++++++++++++++++++

准备python环境

https://blog.csdn.net/weixin_44065078/article/details/121098995
Windows下Pycharm中Terminal无法进入conda环境和Python Console 不能使用
https://blog.csdn.net/weixin_43646128/article/details/119869668

Python Pip 更换国内安装源

阿里云 http://mirrors.aliyun.com/pypi/simple/
中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/
豆瓣(douban) http://pypi.douban.com/simple/
清华大学 https://pypi.tuna.tsinghua.edu.cn/simple/
中国科学技术大学 http://pypi.mirrors.ustc.edu.cn/simple/

pip install xlrd  -i http://pypi.tuna.tsinghua.edu.cn/simple/ --trusted-host pypi.tuna.tsinghua.edu.cn

永久修改
linux
修改 ~/.pip/pip.conf (没有就创建一个), 内容如下:

[global]
index-url = https://pypi.tuna.tsinghua.edu.cn/simple

windows
直接在 user 目录中创建一个 pip 目录,如:C:\Users\xx\pip,在 pip 目录下新建文件 pip.ini,内容如下

[global]
timeout = 6000
index-url = https://pypi.tuna.tsinghua.edu.cn/simple
trusted-host = pypi.tuna.tsinghua.edu.cn

三步解决python PermissionError: [WinError 5]拒绝访问的情况

https://www.jb51.net/article/185218.htm

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值