是否有使用 pip 但不安装 virtualenv 的构建配方?
我想使用 buildout 而不是 virtualenv。这个决定意味着我不希望 virtualenv 被偷偷放入我的工具包中,因此我正在寻找一种方法来告诉 gp.recipe.pip 不安装 virtualenv meme 病毒,或者,从 git repos 安装软件包以与 django/djangorecipe 一起使用的方法。
有想法吗?
I would like to use buildout rather than virtualenv. This decision means that I don't want virtualenv to be snuck into my kit, so I am looking for either a way to tell gp.recipe.pip not to install the virtualenv meme virus, or, a way to install packages from git repos for use with django/djangorecipe.
Ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当然,
您想在构建中使用 mr.developer 。
具体来说,(取自 mr.developer 页面),类似于:
这将从 git 中获取您想要的软件包,并将其作为开发的 Egg 安装到您的构建中。
Sure,
You want to use mr.developer in your buildout.
Specifically, (taken from the mr.developer page), something like:
That will get you the packages that you were after from git, installed as developed eggs into your buildout.