On Mon, Apr 18, 2011 at 10:04 AM, Arve Knudsen <[email protected]> wrote: > On Mon, Apr 18, 2011 at 3:36 PM, Jim Fulton <[email protected]> wrote: >> >> Maybe you should explain your use case more. I guessed what you >> meant. I was obviously wrong. > > My project (checked out from Git to be specific) comes with a > Distribute-based setup.py, and I'd like to install it into an isolated > Python environment. That is, the equivalent of running 'python > setup.py.install' in my project directory, but into an isolated environment. > I was hoping I could use Buildout for this.
Your specific requirements is better matched by virtualenv. Jim -- Jim Fulton http://www.linkedin.com/in/jimfulton _______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
