virtualenv 0.8.1. Ian Bicking’s tool for creating isolated Python environments; designed to replace his earlier workingenv package. Does anyone have any experience using this? It looks fantastically useful.
virtualenv 0.8.1. Ian Bicking’s tool for creating isolated Python environments; designed to replace his earlier workingenv package. Does anyone have any experience using this? It looks fantastically useful.
Why no, no one has any experience using this ;)
Well, problems have been reported using the built-in Mac Python (it has a hardcoded sys.prefix it seems), and it doesn't work on Windows (I hope someday it will, but I'm not sure).
On other Unixy platforms (without any NeXT file layout Mac nonsense), it's based closely on virtual-python.py, which has been used by people for quite some time.
Ian Bicking - 16th September 2007 03:21 - #