Re: [Pythonmac-SIG] Python virtual environments on OS X

2011-07-18 Thread Ronald Oussoren
On 18 Jul, 2011, at 19:15, Vinay Sajip wrote: > I'm working on pythonv[1], a branch which aims to bring virtual environment > creation functionality into Python itself (work on a PEP is in progress). > > I've got a prototype working quite well on Linux and Windows [2], but not yet > done any wor

Re: [Pythonmac-SIG] Python virtual environments on OS X

2011-07-18 Thread Vinay Sajip
Hi Ned, > I did a quick build and test using a non-default framework location and > the virtual env set up by ./python -m virtualize test_dir worked just > fine, just as the original virtualenv does with framework builds. So > while we may find some nits down the road, I think the general appr

Re: [Pythonmac-SIG] Python virtual environments on OS X

2011-07-18 Thread Ned Deily
In article , Vinay Sajip wrote: > I'm working on pythonv[1], a branch which aims to bring virtual environment > creation functionality into Python itself (work on a PEP is in progress). > > I've got a prototype working quite well on Linux and Windows [2], but not yet > done any work on OS X. [..

[Pythonmac-SIG] Python virtual environments on OS X

2011-07-18 Thread Vinay Sajip
I'm working on pythonv[1], a branch which aims to bring virtual environment creation functionality into Python itself (work on a PEP is in progress). I've got a prototype working quite well on Linux and Windows [2], but not yet done any work on OS X. The basic approach used is that the Python sta