diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2009-07-04 01:18:08 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2009-07-04 01:18:08 (GMT) |
commit | 41c7570d48afec05234071d1bba3d6dc76fab55c (patch) | |
tree | 4e3371201344582bc0b6118df53b3a18fd664fa7 /README | |
parent | e5445da6318d35be797e0b52d666aed2382daab1 (diff) | |
download | cpython-41c7570d48afec05234071d1bba3d6dc76fab55c.zip cpython-41c7570d48afec05234071d1bba3d6dc76fab55c.tar.gz cpython-41c7570d48afec05234071d1bba3d6dc76fab55c.tar.bz2 |
#6398 typo: versio. -> version.
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -924,7 +924,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/python which refers to ${prefix}/bin/pythonX.Y. If you intend |