>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. -- fedora-test-list mailing list fedora-test-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-test-list