繁体   English   中英

是否有使用pip但未安装virtualenv的扩展配方?

[英]Is there a buildout recipe that uses pip but does not install virtualenv?

我想使用buildout而不是virtualenv。 这个决定意味着我不希望将virtualenv插入我的工具包中,因此我正在寻找一种方法来告诉gp.recipe.pip 不要安装virtualenv meme病毒,或者是一种从git repos安装软件包的方法。用于django / djangorecipe。

有想法吗?

当然,您想在扩展中使用mr.developer

具体来说,(摘自mr.developer页面)类似于:

[buildout]
extensions = mr.developer
auto-checkout = my.package

[sources]
my.package = svn http://example.com/svn/my.package/trunk update=true
some.other.package = git git://example.com/git/some.other.package.git

这将为您提供从git获得的软件包,将这些软件包作为已开发的蛋安装到构建物中。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM