0

I installed Python3.8 on a LINUX Mint OS in the terminal, but IDLE still opens Python version 3.6.9. How do I get IDLE to open Python 3.8. I can open Python 3.8 from the terminal, but when I open IDLE it opens Python version 3.6.9

1 Answers1

0

Try this:

python3.8 C:\Program Files\Python38\Lib\idlelib\idle.pyw
RaminNietzsche
  • 2,429
  • 1
  • 16
  • 32