Handling of multiple Pythons on the same system

Kirk Strauser kirk at strauser.com
Tue Oct 7 07:38:06 PDT 2003


How do you manage multiple versions of Python on the same machine?

I'm running Zope on one of my servers and it requires Python 2.1 (and has
known issues with later versions).  I want to install other applications
that require Python 2.3.  I've installed the lang/python (2.3) and
lang/python21 ports and everything is basically OK.

Except, now, that I want to use the databases/py-psycopg port with both
versions of Python.  Whenever I build the port, I get either:

    py21-psycopg-1.1.7

or

    py23-psycopg-1.1.7

depending on whether /usr/local/bin/python is a link to python2.1 or
python2.3 at the port's build time.  Those packages are mutually exclusive;
they both write some files to the same place, and write other files to
version-specific paths.

This is quickly becoming a hassle.  Is there a good workaround for this
situation?
-- 
Kirk Strauser

"94 outdated ports on the box,
 94 outdated ports.
 Portupgrade one, an hour 'til done,
 82 outdated ports on the box."
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 188 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20031007/f5324c54/attachment.bin


More information about the freebsd-questions mailing list