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

时间:2023-03-09 22:39:08
基于python3环境使用bandersnatch搭建本地pypi源
 pip3 install bandersnatch

基于python3环境使用bandersnatch搭建本地pypi源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..tar.gz
cd bandersnatch-3.6.
python3 setup.py install

# 生成配置文件
bandersnatch mirror

# 修改配置文件
vim /etc/bandersnatch.conf
directory = /srv/pypi  # 修改本地存储位置
master = 基于python3环境使用bandersnatch搭建本地pypi源https://pypi.python.org # 修改远程源地址

# 执行同步
bandersnatch -c /etc/bandersnatch.conf mirror

#最后拿nginx 映射出来就好了 超级easy