This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jjlee
Recipients georg.brandl, jjlee
Date 2008-08-17.12:15:28
SpamBayes Score 0.001397396
Marked as misclassified No
Message-id <1218975329.44.0.7329421423.issue3577@psf.upfronthosting.co.za>
In-reply-to
Content
The tutorial says:

"The Python interpreter is usually installed as /usr/local/bin/python on
those machines where it is available"

Shouldn't that be "python3" or "python-3.0"?  And the same throughout
the rest of the tutorial?

make install seems to think that Python 3 should not be installed as
"python", and should be installed as "python-3.0".
History
Date User Action Args
2008-08-17 12:15:29jjleesetrecipients: + jjlee, georg.brandl
2008-08-17 12:15:29jjleesetmessageid: <1218975329.44.0.7329421423.issue3577@psf.upfronthosting.co.za>
2008-08-17 12:15:28jjleelinkissue3577 messages
2008-08-17 12:15:28jjleecreate