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 terry.reedy
Recipients cheryl.sabella, docs@python, steve.dower, terry.reedy
Date 2017-06-09.21:00:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497042044.8.0.650269553462.issue30569@psf.upfronthosting.co.za>
In-reply-to
Content
There is a lot more wrong with the Windows part:

 "On Windows machines, the Python installation is usually placed in C:\Python36," is no longer true.  All-users install is, by default, in Program Files.  Current-user install is, by default, buried somewhere forgettable in the hidden /users/USER/appdata dir.

" you can type the following command into the command prompt in a DOS box:"  It has been a long time since Command Prompt was widely called a 'DOS box'.

set path=%path%

The is not permanent, at least for non-admin user.  One can add the install dir, whatever it is, to path during installation.  Or one can use 'py -3.6'
History
Date User Action Args
2017-06-09 21:00:44terry.reedysetrecipients: + terry.reedy, docs@python, steve.dower, cheryl.sabella
2017-06-09 21:00:44terry.reedysetmessageid: <1497042044.8.0.650269553462.issue30569@psf.upfronthosting.co.za>
2017-06-09 21:00:44terry.reedylinkissue30569 messages
2017-06-09 21:00:44terry.reedycreate