使用 pip 从 Git 存储库安装不可编辑的标签/分支

发布于 2024-10-17 16:15:36 字数 556 浏览 1 评论 0原文

我想使用 pip 并且似乎无法找出如何做到这一点。

如果我这样做:

pip install git+git://github.com/django/[email protected]#egg=django

它只会安装 Django master 分支,而不是 1.2.5 标记。我知道我可以使用 -e 选项安装它,但我不想用我不修改的包填充我的 src 目录。这看起来应该是一件很简单的事情,但我似乎不知道该怎么做......

这可能吗?如果是这样,我怎样才能实现它?

感谢您的任何答复!

I would like to install a non-editable (e.g. no -e option) tag or branch from a Git repo using pip and cannot seem to find out how to do it.

If I do this:

pip install git+git://github.com/django/[email protected]#egg=django

It just installs Django master branch and not the 1.2.5 tag. I know that I can install it using the -e option but I don't want to fill up my src dir with packages I am not modifying. This seems like it should be straightforward thing to do but I can't seem how to do it...

Is this possible? If so, how can I accomplish it?

Thanks for any answers!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

碍人泪离人颜 2024-10-24 16:15:36

您可能使用的是旧的 pip 版本。尝试升级您的 pip:

pip install --upgrade pip

有一个问题,我刚刚尝试了 0.8 版本。 2(目前最新的)并且它有效;-)

You are probably using an old pip version. Try upgrading your pip:

pip install --upgrade pip

There was an issue to it, and I just tried version 0.8.2 (the latest at the moment) and it works ;-)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文