i am using using python 3.6 in 2020 i updated my python to 3.7 but the idle remain same as 3.6.
i want to use pip module such as wolfram alpha .
I tried it on 3.6 but it need the newest version of python.
how to resolve this
Asked
Active
Viewed 57 times
-1

Muhammed Zenhar
- 193
- 1
- 1
- 4
-
1Try the command **idle3.7** – napuzba Nov 06 '20 at 11:05
-
Yes, of course, you can install any version of Python on linux. It seems your problem is you cannot find the corresponding IDLE – juanpa.arrivillaga Nov 06 '20 at 11:12
1 Answers
-1
Linux :
This is the bash command to update python to the newest version.
pkg update python

Ratnapal Shende
- 96
- 10