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-28.08:03:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1451289800.24.0.965244577102.issue23551@psf.upfronthosting.co.za>
In-reply-to
Content
In case "Open system shell" happens someday, here's my take on this: https://bitbucket.org/plas/thonny/src/master/thonny/plugins/system_shell/

It's a plugin for my beginners' IDE Thonny (http://thonny.cs.ut.ee). It creates a menu item which opens system terminal with current interpreter's binary folder(s) prepended to the path. As there may be several Python commands on path (eg. python and python3 in /usr/bin) and short pip command may be on path only for another version, a script gets automatically executed in this new terminal, which detects and tells user the commands to use (see attached screenshot)
History
Date User Action Args
2015-12-28 08:03:20Aivar.Annamaasetrecipients: + Aivar.Annamaa, rhettinger, terry.reedy, paul.moore, ncoghlan, peter.otten, markroseman, BreamoreBoy, steve.dower, dstufft, Marcus.Smith, Saimadhav.Heblikar
2015-12-28 08:03:20Aivar.Annamaasetmessageid: <1451289800.24.0.965244577102.issue23551@psf.upfronthosting.co.za>
2015-12-28 08:03:20Aivar.Annamaalinkissue23551 messages
2015-12-28 08:03:19Aivar.Annamaacreate