How can I use IDLE with Anaconda?

Asked

Viewed 190 times

1

I am using Anaconda because it contains several tools for python development, but I feel limited because I cannot open the libraries installed in Anaconda using IDLE.

Anaconda has an IDLE version that opens when running python -m idlelib in the terminal, but it is very basic, deformed and limited, but the libraries work in it.

When I execute: import sys print(sys.executable) in this tool it returns me the path /home/daniloeder/anaconda3/bin/python but already in the normal IDLE returns me /usr/bin/python3.6.

I cannot make the IDLE path the Anaconda python.

How do I use IDLE as an integrated environment for Anaconda? My operating system is Linux Mint.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.