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 Steve Barnes
Recipients Steve Barnes, eryksun, paul.moore, steve.dower, terry.reedy, tim.golden, zach.ware
Date 2017-06-15.05:56:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497506183.02.0.450790971882.issue30362@psf.upfronthosting.co.za>
In-reply-to
Content
If this option is added into the py launcher it will make it usable for a multipy script/utility that would call py -0 to get a list of installed pythons and then call it for each of the returned versions with the remaining parameters.

I personally would find this very useful for things like:

    multipy -m pip install --upgrade matplotlib

so as to install upgrades to all of the system pythons.
History
Date User Action Args
2017-06-15 05:56:23Steve Barnessetrecipients: + Steve Barnes, terry.reedy, paul.moore, tim.golden, zach.ware, eryksun, steve.dower
2017-06-15 05:56:23Steve Barnessetmessageid: <1497506183.02.0.450790971882.issue30362@psf.upfronthosting.co.za>
2017-06-15 05:56:23Steve Barneslinkissue30362 messages
2017-06-15 05:56:22Steve Barnescreate