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 makdon
Recipients docs@python, makdon
Date 2019-06-10.15:40:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560181222.28.0.0831029476518.issue37216@roundup.psfhosted.org>
In-reply-to
Content
According the mail in docs mailing list, there's a typo in python installation document on Macos. I will check it and create a PR if necessary.


The email says:


https://docs.python.org/3/using/mac.html#getting-and-installing-macpython

says
"What you get after installing is a number of things:

A MacPython 3.6 folder in your Applications folder."

However, after installing just now

$ /usr/local/bin/python3 -V
Python 3.7.3

I instead found a folder called

/Applications/Python 3.7
History
Date User Action Args
2019-06-10 15:40:22makdonsetrecipients: + makdon, docs@python
2019-06-10 15:40:22makdonsetmessageid: <1560181222.28.0.0831029476518.issue37216@roundup.psfhosted.org>
2019-06-10 15:40:22makdonlinkissue37216 messages
2019-06-10 15:40:22makdoncreate