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 lvwarren
Recipients dd789, lvwarren, ned.deily, ronaldoussoren, terry.reedy
Date 2021-08-02.11:58:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1627905521.5.0.120868075489.issue39927@roundup.psfhosted.org>
In-reply-to
Content
If you are running from a conda python library and don't want the weight of Jupyter for a quick python hack, add this to your .bashrc file (or equivalent shell startup)

alias idle='python -m idlelib'

This will bypass faulty default MacOS installs in /usr/local/bin

Ref: https://www.urbandictionary.com/define.php?term=hack
History
Date User Action Args
2021-08-02 11:58:41lvwarrensetrecipients: + lvwarren, terry.reedy, ronaldoussoren, ned.deily, dd789
2021-08-02 11:58:41lvwarrensetmessageid: <1627905521.5.0.120868075489.issue39927@roundup.psfhosted.org>
2021-08-02 11:58:41lvwarrenlinkissue39927 messages
2021-08-02 11:58:41lvwarrencreate