install python2.4 on FreeBSD and keep using python2.3

K

Ksenia Marasanova

Hi,

I have python2.3, installed from port /lang/python long time ago. The
current version is 2.4, but I'd rather have two python versions,
instead of upgrading.
Is there maybe a way to somehow link installed python to
/lang/python2.3 port, and then upgrade ports and install /lang/python
as a new (2.4) version, without upgrading?
Or am I missing something and the things are much easier? I am not a
FreeBSD guru and it's my first python upgrade... thanks!
 
P

Paul Watson

Ksenia said:
Hi,

I have python2.3, installed from port /lang/python long time ago. The
current version is 2.4, but I'd rather have two python versions,
instead of upgrading.
Is there maybe a way to somehow link installed python to
/lang/python2.3 port, and then upgrade ports and install /lang/python
as a new (2.4) version, without upgrading?

Yes, you can have several versions installed in different directories.

Many people make /usr/local/bin/python or /usr/bin/python a link to the
default version they choose for the machine.
 
M

Mike Meyer

Ksenia Marasanova said:
Hi,

I have python2.3, installed from port /lang/python long time ago. The
current version is 2.4, but I'd rather have two python versions,
instead of upgrading.
Is there maybe a way to somehow link installed python to
/lang/python2.3 port, and then upgrade ports and install /lang/python
as a new (2.4) version, without upgrading?
Or am I missing something and the things are much easier? I am not a
FreeBSD guru and it's my first python upgrade... thanks!

You can't install from ports and keep multiple versions around. Well,
at least not easily. You'll have to install from the Python
sources. If you haven't changed LOCALBASE, then installing from
sources will overwrite the things installed in /usr/local/bin, the
python manual page, and the emacs python-mode file (at least, that's
what's installed by the Python port that isn't in a version-specific
file). As others have said, you can work around that with the --prefix
argument to configure when you build python.

<mike
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,023
Latest member
websitedesig25

Latest Threads

Top