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 dalito
Recipients dalito, docs@python, ethan.furman, paul.moore, steve.dower, tim.golden, zach.ware
Date 2015-03-10.22:55:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426028133.23.0.68349101026.issue23623@psf.upfronthosting.co.za>
In-reply-to
Content
Besides clarifying documentation, it may be helpful to provide a script that (temporarily) sets the path to pythonX and pythonX/scripts. A batch cmd script that does that and also changes the default Python for the launcher is here: https://gist.github.com/dalito/8356483ac2ffb2b8b468
The Python version is specified just like for the launcher: "pypath -3.4" temporarily sets the path for Python34 and Python34/scripts and "pypath" restores the previous state. The script uses the launcher to get the location of the specified Python version.

I think some of the problem above could be mitigated by including such cmd/powershell script(s).
History
Date User Action Args
2015-03-10 22:55:33dalitosetrecipients: + dalito, paul.moore, tim.golden, docs@python, ethan.furman, zach.ware, steve.dower
2015-03-10 22:55:33dalitosetmessageid: <1426028133.23.0.68349101026.issue23623@psf.upfronthosting.co.za>
2015-03-10 22:55:33dalitolinkissue23623 messages
2015-03-10 22:55:33dalitocreate