基于python3环境使用bandersnatch搭建本地pypi源


 pip3 install bandersnatch

https://pypi.org/project/bandersnatch/#files 查询最新版本
wget https://files.pythonhosted.org/packages/83/2c/6dc7548ccee31153e34298eab6216096819afe49c791d5c3a9cefb42b617/bandersnatch-3.6.0.tar.gz

tar xf bandersnatch-3.6.0.tar.gz
cd bandersnatch-3.6.0
python3 setup.py install
# 生成配置文件
bandersnatch mirror

# 修改配置文件
vim /etc/bandersnatch.conf
directory = /srv/pypi  # 修改本地存储位置
master =  https://pypi.python.org # 修改远程源地址

# 执行同步
bandersnatch -c /etc/bandersnatch.conf mirror
#最后拿nginx 映射出来就好了 超级easy


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM