summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-05-23 16:14:33 (GMT)
committerBenjamin Peterson <benjamin@python.org>2009-05-23 16:14:33 (GMT)
commit932073a1695454708fee8acba2fec2a6802d5421 (patch)
tree78cc639ed9df1577efba061cc4ea496840c6dfb6 /README
parent971e51be7e2ab1743ed73723596e2d9c15318491 (diff)
downloadcpython-932073a1695454708fee8acba2fec2a6802d5421.zip
cpython-932073a1695454708fee8acba2fec2a6802d5421.tar.gz
cpython-932073a1695454708fee8acba2fec2a6802d5421.tar.bz2
remove the fullinstall target since py3k will always be known as python3 #6047
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 6263ee2..558e10d 100644
--- a/README
+++ b/README
@@ -119,7 +119,7 @@ script) you must take care that your primary python executable is not
overwritten by the installation of a different versio. All files and
directories installed using "make altinstall" contain the major and minor
version and can thus live side-by-side. "make install" also creates
-${prefix}/bin/python which refers to ${prefix}/bin/pythonX.Y. If you intend
+${prefix}/bin/python3 which refers to ${prefix}/bin/pythonX.Y. If you intend
to install multiple versions using the same prefix you must decide which
version (if any) is your "primary" version. Install that version using
"make install". Install all other versions using "make altinstall".
@@ -167,7 +167,7 @@ On Unix, Linux, BSD, OSX, and Cygwin:
./configure
make
make test
- sudo make install # or "make altinstall"
+ sudo make install
You can pass many options to the configure script; run "./configure
--help" to find out more. On OSX and Cygwin, the executable is called