#6398 typo: versio. -> version.

This commit is contained in:
Ezio Melotti 2009-07-04 01:18:08 +00:00
parent e5445da631
commit 41c7570d48

2
README
View file

@ -924,7 +924,7 @@ Installing multiple versions
On Unix and Mac systems if you intend to install multiple versions of Python On Unix and Mac systems if you intend to install multiple versions of Python
using the same installation prefix (--prefix argument to the configure using the same installation prefix (--prefix argument to the configure
script) you must take care that your primary python executable is not 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 directories installed using "make altinstall" contain the major and minor
version and can thus live side-by-side. "make install" also creates 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/python which refers to ${prefix}/bin/pythonX.Y. If you intend