diff options
author | Neil Schemenauer <nascheme@enme.ucalgary.ca> | 2003-01-15 16:04:43 (GMT) |
---|---|---|
committer | Neil Schemenauer <nascheme@enme.ucalgary.ca> | 2003-01-15 16:04:43 (GMT) |
commit | f60cdff920a287cb2fa7ea43ca69b0579957b097 (patch) | |
tree | e685c06e5b0e2843a1f0d9c411a7118a736a5f88 /README | |
parent | 3801ec7ff32744e63c631e15a8305c2d5915ac34 (diff) | |
download | cpython-f60cdff920a287cb2fa7ea43ca69b0579957b097.zip cpython-f60cdff920a287cb2fa7ea43ca69b0579957b097.tar.gz cpython-f60cdff920a287cb2fa7ea43ca69b0579957b097.tar.bz2 |
Remove misleading advice. VERSION was not intended to be used that way.
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -881,12 +881,6 @@ This installs the same set of files as "make install" except it doesn't create the hard link to "python<version>" named "python" and it doesn't install the manual page at all. -Alpha/beta revision levels are stripped from the executable and -library filenames during installation. For example, Python2.1a2 will -install as python2.1, overwriting the previous python2.1. To avoid -this, you could set the Makefile VERSION variable manually -(e.g. VERSION=2.1a2) before running "make install" or "make altinstall". - The only thing you may have to install manually is the Python mode for Emacs found in Misc/python-mode.el. (But then again, more recent versions of Emacs may already have it.) Follow the instructions that |