This topic created in 3048 days ago, the information mentioned may be changed or developed.
想配置私有化的 pypi 库,在 pipfile 里添加 source 节点无效
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[[source]]
url = "http://pypi.xxxxx.com/simple/"
verify_ssl = false
name = "home"