Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43535d9 commit 9023e68Copy full SHA for 9023e68
1 file changed
README
@@ -127,7 +127,7 @@ Installing multiple versions
127
On Unix and Mac systems if you intend to install multiple versions of Python
128
using the same installation prefix (--prefix argument to the configure
129
script) you must take care that your primary python executable is not
130
-overwritten by the installation of a different versio. All files and
+overwritten by the installation of a different version. All files and
131
directories installed using "make altinstall" contain the major and minor
132
version and can thus live side-by-side. "make install" also creates
133
${prefix}/bin/python3 which refers to ${prefix}/bin/pythonX.Y. If you intend
0 commit comments