On Wed, Mar 05, 2008 at 12:42:39PM +0100, Martijn Faassen wrote: > altinstall exists, and it doesn't say what it does.
"make altinstall" installs everything including pythonX.Y binary. "make install" does "make altinstall" and then hardlinks pythonX.Y to just python. Running "make altinstall" without "make install" installs python without the last step, so your previous python binary left intact, and you new python binary is pythonX.Y. Oleg. -- Oleg Broytmann http://phd.pp.ru/ [EMAIL PROTECTED] Programmers don't die, they just GOSUB without RETURN. _______________________________________________ Python-3000 mailing list Python-3000@python.org http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com