python - Is there a buildout recipe that uses pip but does not install virtualenv? -


I would like to use buildout instead of virtualenv. This decision means that I do not want to stop Virtual Eniv in my kit, That's why I installed the Virtualman VMV Virus GP. I'm looking for a way to tell Rapipopi not , or

thoughts

P> Of course, you want to use it in your buildout.

Specifically, (taken from the mr.developer page), something like this:

  [buildout] extension = mr .developer auto-checkout = my.package [ Source] my.package = svn http://example.com/svn/my.package/trunk update = true some.other.package = git git: //example.com/ Git / some.other.package.git < / Code> 

He will get you packages that were made after GIT, which were installed as an egg developed in your buildout.


Comments

Popular posts from this blog

iphone - How do I make a UIPickerView in a UIActionSheet -

java - Is there an object like a "Set" that can contain only unique string values, but also contain a count on the number of occurrences of the string value? -