[Python-Dev] Proposal for virtualenv functionality in Python (original) (raw)

Antoine Pitrou solipsis at pitrou.net
Fri Feb 19 20:45:26 CET 2010


Le Fri, 19 Feb 2010 13:49:23 -0500, Ian Bicking a écrit :

* I'd rather ~/env/bin/python be a symlink instead of copying it.

How about simply adding a --prefix argument to the interpreter. Then virtualenv can create a "python" script that simply adds --prefix and forwards all the arguments to the real python executable. Or am I missing something?



More information about the Python-Dev mailing list