Python Forum
Using Python IDLE3 with Python 3.8 - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: News and Discussions (https://python-forum.io/forum-31.html)
+--- Thread: Using Python IDLE3 with Python 3.8 (/thread-22567.html)



Using Python IDLE3 with Python 3.8 - escape_freedom13 - Nov-18-2019

I'm using Linux Mint 19.1
I've alt-installed python 3.7.4 and 3.8.0
"idle3 is already the newest version (3.6.7-1~18.04)"

Whenever I launch IDLE it starts with:
Python 3.6.8 (default, Oct 7 2019, 12:59:55)

How to run my script with Python 3.8 using IDLE?


RE: Using Python IDLE3 with Python 3.8 - Gribouillis - Nov-18-2019

Try typing in a terminal
Output:
python3.8 -m idlelib



RE: Using Python IDLE3 with Python 3.8 - escape_freedom13 - Nov-23-2019

(Nov-18-2019, 03:40 PM)Gribouillis Wrote: Try typing in a terminal
Output:
python3.8 -m idlelib

print("You are marvellous")
while True:
. . . . print("Thaaaaank Youuuuuu")

I've created a desktop launcher also....