multiple python versions of a 3rd party application/libarary

Karthik Krishnamurthy karthik.kriz at gmail.com
Mon Jun 25 05:54:03 EDT 2007


hi,
   I maintain applications/libraries which I upgrade often at a different
location. For
example if I maintain mercurial at /opt/sfw/mercurial/0.9.3 I have
PYTHONPATH set to
/opt/sfw/mercurial/0.9.3/lib/python2.4/site-packages. How can I get python
to look into
python2.4 and python2.4/site-packages automatically (assuming it is 2.4) and
likewise
for 2.5. That way I can keep them under the same directory.

/kk
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20070625/b37c9391/attachment.html>


More information about the Python-list mailing list