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 Aivar.Annamaa
Recipients Aivar.Annamaa, BreamoreBoy, Marcus.Smith, Saimadhav.Heblikar, dstufft, markroseman, ncoghlan, paul.moore, peter.otten, rhettinger, steve.dower, terry.reedy
Date 2015-12-19.10:15:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1450520137.95.0.542785740434.issue23551@psf.upfronthosting.co.za>
In-reply-to
Content
I believe for beginners it's not difficult to enter "pip install package". The trouble is with opening the command prompt, knowing about PATH and different Python versions etc.

Terry mentioned GUI development to be more expensive. What about providing a special command for IDLE shell, similar to IPython's magic commands:

%pip install package
History
Date User Action Args
2015-12-19 10:15:38Aivar.Annamaasetrecipients: + Aivar.Annamaa, rhettinger, terry.reedy, paul.moore, ncoghlan, peter.otten, markroseman, BreamoreBoy, steve.dower, dstufft, Marcus.Smith, Saimadhav.Heblikar
2015-12-19 10:15:37Aivar.Annamaasetmessageid: <1450520137.95.0.542785740434.issue23551@psf.upfronthosting.co.za>
2015-12-19 10:15:37Aivar.Annamaalinkissue23551 messages
2015-12-19 10:15:37Aivar.Annamaacreate