有没有办法从requirements.txt最后安装特定的包?
根据 这 似乎无法指定顺序从 requirements.txt
安装软件包。我的情况有点不同,所以我只想确定是否有任何方法可以在 requirements.txt
文件中正确执行此操作。 我的 requirements.txt
中有多个 python 包,我从 pypi 存储库安装它们。只有一个包可以从私人存储库安装它,我可以使用 --extra-index-url
选项来安装它。有没有办法指示 pip 首先使用 --index-url
安装公共包,然后使用 extra-index-url
安装私有包?
According to this seems there is no way to specify an order to install packages from requirements.txt
. My scenario is a bit different so I just want to make sure if there is any way to do it right in the requirements.txt
file.
I have multiple python packages in my requirements.txt
that I install them from pypi repo. There is only one package that install it from a private repo and I'm able to do that using --extra-index-url
option. Is there a way to instruct pip to install the public packages first using --index-url
and then install the private package using the extra-index-url
?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论