
18 Mar
2011
18 Mar
'11
4:39 a.m.
On Mar 17, 2011, at 12:44 PM, Carl Meyer wrote:
Any opinions on the commandline UI for this? I was thinking of just adding a "pythonv.py" to the stdlib that you could execute with "python -m pythonv path/to/new/env" (and would also export appropriate API to create environments programmatically).
Bikeshedding time: how about something a little more descriptive?
$ python -m virtualize path/to/new/env
-Barry