In Ubuntu, I tried to invoke IDLE
$ python3 -m idlelib
** IDLE can't import Tkinter.
Your Python may not be configured for Tk. **
How shall I solve the problem?
I attempted to install idle
by sudo apt-get install idle
, but after that, running idle
will invoke a shell for Python2.7 not for Python3.
Thanks.