[Chicago] Anaconda vs. IDLE.

Pete[r] Landwehr pmlandwehr at gmail.com
Thu Oct 15 20:02:58 CEST 2015


In addition to Spyder, but more in the vein of IDLE, there's the QT console
for iPython, which is similar to running ipython directly in the terminal
but adds mouse support and some other extra jazz; you can start it with
"ipython qtconsole". (See
https://ipython.org/ipython-doc/2/interactive/qtconsole.html)

On Thu, Oct 15, 2015 at 1:23 PM, Tanya Schlusser <tanya at tickel.net> wrote:

> Hi Doug, IDLE is part of Python and should be bundled with every C
> implementation of Python.  This includes Anaconda's version --
> Anaconda's IDLE should be at:
>
> /anaconda/bin/idle
>
> which is currently the first place in your $PATH
>
> --- quote ---
> > Let's say I execute the following command in my bash shell:
> >
> > *echo $PATH*
> >
> > The output is below:
> >
> > *Douglass-MacBook-Pro-Mac-HD2:~ administrator$ echo $PATH*
> >
> >
> *//anaconda/bin:/Users/administrator/anaconda/bin:/Users/administrator/anaconda/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin*
> --- endquote ---
>
>
> If you launch idle from a terminal it should find the right one. Is
> there an icon you're using to launch IDLE? if so, that may be the
> problem.
>
> If all else fails, you can type this in a terminal:
>
> //anaconda/bin/idle
>
> and launch Anaconda's IDLE
>
>
> Also I may just not know what you're doing but I think Spyder, which
> was bundled (probably) with Anaconda, kick's Idle's behind in every
> way.
> _______________________________________________
> Chicago mailing list
> Chicago at python.org
> https://mail.python.org/mailman/listinfo/chicago
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/chicago/attachments/20151015/6eb61846/attachment.html>


More information about the Chicago mailing list