[Python-3000] should Python 3's executable install as 'python'?

Oleg Broytmann phd at phd.pp.ru
Wed Mar 5 12:47:18 CET 2008


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/            phd at phd.pp.ru
           Programmers don't die, they just GOSUB without RETURN.


More information about the Python-3000 mailing list