]> granicus.if.org Git - python/commit
"make install" is now an alias for "make altinstall", to prevent
authorGuido van Rossum <guido@python.org>
Mon, 7 Apr 2008 18:37:41 +0000 (18:37 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 7 Apr 2008 18:37:41 +0000 (18:37 +0000)
commitdc21db36cb481a192cc259b21e80e8d84f45f5d3
treed19c3c4ee31709f6102565109b92e4da4147985d
parentfac49f6e6d7e8088966a4182243a56de88135e01
"make install" is now an alias for "make altinstall", to prevent
accidentally overwriting a Python 2.x installation.
Use "make fullinstall" to force Python 3.0 to be installed as
"python".
Makefile.pre.in
Misc/NEWS