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 phr
Recipients cheryl.sabella, doko, phr, terry.reedy
Date 2020-05-27.05:02:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1590555754.47.0.358383462891.issue40734@roundup.psfhosted.org>
In-reply-to
Content
Yes as mentioned I'm running Debian GNU/Linux, not Windows.  By "idle is installed in /usr/bin" I mean that it is an executable shell script stored at /usr/bin/idle .  Yes, shell prompt is the $ prompt to bash.  When I run "python3 -m idlelib", /usr/bin does not appear in sys.path.  "python -m idlelib" attempts to run python2 and I don't have python2 idle installed.  I'll see if I can figure out what's going on with sys.path in the user process.  The explanation about the two processes was helpful.  Thanks.
History
Date User Action Args
2020-05-27 05:02:34phrsetrecipients: + phr, terry.reedy, doko, cheryl.sabella
2020-05-27 05:02:34phrsetmessageid: <1590555754.47.0.358383462891.issue40734@roundup.psfhosted.org>
2020-05-27 05:02:34phrlinkissue40734 messages
2020-05-27 05:02:34phrcreate