PYTHONPATH and multiple python versions

Red Forks redforks at gmail.com
Fri Jun 5 06:04:50 EDT 2009


maybe a shell script to switch PYTHONPATH, like:
start-python-2.5
start-python-2.4 ...
On Fri, Jun 5, 2009 at 4:56 PM, David Cournapeau <cournape at gmail.com> wrote:

> Hi,
>
> As I don't have admin privileges on my main dev machine, I install a
> good deal of python modules somewhere in my $HOME, using PYTHONPATH to
> point my python intepreter to the right location. I think PEP370
> (per-user site-packages) does exactly what I need, but it works only
> for python 2.6 and above. Am I out of luck for versions below ?
>
> David
> --
> http://mail.python.org/mailman/listinfo/python-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20090605/ebdba2d0/attachment-0001.html>


More information about the Python-list mailing list