multiple python versions in f12?

Richard Ryniker ryniker at alum.mit.edu
Thu Nov 5 14:43:45 UTC 2009


>running "make install" will install this as "python3", which would
>*seem* to allow it to co-exist peacefully on this system, and programmers
>could explicitly invoke "python3" if they wished.

It is safer to use "make altinstall" (look at "Installing multiple
versions" in Python's README file).  Altinstall does not create a
"python" executable, but only a file named with explicit version data,
e.g. "python3.1".

Even if one is careful to manage installation prefixes so different
versions of Python are installed in different places (/usr/bin and
/usr/local/bin, for example), if something named "python" is in both
locations, this invites confusion.
 




More information about the fedora-test-list mailing list