diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2009-07-04 01:14:30 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2009-07-04 01:14:30 (GMT) |
commit | 9023e68572ca8fea1bc0138d56570f51b5e88b7a (patch) | |
tree | 1457a18735b21adb0b2eff1d3d49fdb57a9766ca /README | |
parent | 43535d9647921ba586b0fc8c124255300511699d (diff) | |
download | cpython-9023e68572ca8fea1bc0138d56570f51b5e88b7a.zip cpython-9023e68572ca8fea1bc0138d56570f51b5e88b7a.tar.gz cpython-9023e68572ca8fea1bc0138d56570f51b5e88b7a.tar.bz2 |
#6398 typo: versio. -> version.
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -127,7 +127,7 @@ Installing multiple versions On Unix and Mac systems if you intend to install multiple versions of Python using the same installation prefix (--prefix argument to the configure script) you must take care that your primary python executable is not -overwritten by the installation of a different versio. All files and +overwritten by the installation of a different version. 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/python3 which refers to ${prefix}/bin/pythonX.Y. If you intend |