[SOLVED]How do I update python from 3.6 to 3.7? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 15

[SOLVED]How do I update python from 3.6 to 3.7?

I have python 3.6 IDE on my computer but I want to update it. I'm not sure or what I should do

22nd Aug 2018, 4:58 PM
LONGTIE👔
LONGTIE👔 - avatar
21 Answers
+ 2
It's Okey, sorry for my latest answer, windows x86-64 executable installer.
22nd Aug 2018, 5:38 PM
mester
+ 20
you can see latest updation of python in their official site https://www.python.org/downloads/
23rd Aug 2018, 1:25 PM
Vishnu
Vishnu - avatar
+ 10
MisuMeistro I see Windows x86 web-based installer Windows x86 executable installer Windows x86 embedded zip file Windows x86-64 web-based installer Windows x86-64 executable installer Windows x86-64 embedded zip file Windows help file
22nd Aug 2018, 5:36 PM
LONGTIE👔
LONGTIE👔 - avatar
+ 9
it's alright MisuMeistro I understood what you meant thanks for your answer
22nd Aug 2018, 5:40 PM
LONGTIE👔
LONGTIE👔 - avatar
+ 8
which file do I install from python.org MisuMeistro
22nd Aug 2018, 5:31 PM
LONGTIE👔
LONGTIE👔 - avatar
+ 6
I want to write a comment for a code and can find nowhere a possibility to mark this code.I have a Smartphone .
23rd Aug 2018, 5:33 AM
SuperOma
SuperOma - avatar
+ 6
Dmitriy Yakovlev thank you...
22nd Sep 2018, 5:18 PM
LONGTIE👔
LONGTIE👔 - avatar
+ 4
Abhijith Sheheer what is the command. yarik_theGod it's not that I don't like 3.6, I just wanted to upgrade.
23rd Aug 2018, 2:18 PM
LONGTIE👔
LONGTIE👔 - avatar
+ 3
Uninstal the 3.6 version and download the 3.7 version from official web site which is the best way is https://www.python.org/downloads/. But why do you like the 3.7 version?
23rd Aug 2018, 4:04 PM
Amaram Rushi Vivek
Amaram Rushi Vivek - avatar
+ 2
If you have windows, you can to delete in control panel (programs and services) 3.6 and install the 3.7 version.
22nd Aug 2018, 5:26 PM
mester
+ 2
The latest update. I think you can see on the home page.
22nd Aug 2018, 5:34 PM
mester
+ 2
Uninstall the current version of python. Download and install the new version from the offical page of Python. I think it is better for new peoples. Or you could upgrade using command prompt in windows.
23rd Aug 2018, 8:19 AM
Abhijith Sheheer
Abhijith Sheheer - avatar
+ 2
Uninstal the 3.6 version and download the 3.7 version from official site(https://www.python.org/downloads/). But why do you dislike the 3.6 version?
23rd Aug 2018, 8:58 AM
yarik_theGod
yarik_theGod - avatar
+ 2
Goto python.org and download the latest version
23rd Aug 2018, 1:34 PM
i have a jailbroken ps3
i have a jailbroken ps3 - avatar
+ 2
LONGTIE👔 I think this is the command not sure pip install python --upgradeOR pip install python -U If not working then, 1)The path of python may not been setuped accurately. 2)The code may not be valid. Or you download the latest version and run it. The setup gives us the option to upgrade. Hope this is useful😀😀
23rd Aug 2018, 2:29 PM
Abhijith Sheheer
Abhijith Sheheer - avatar
+ 2
LONGTIE👔 as far as I know pip is used for updating python packages.
24th Aug 2018, 3:11 AM
S O U ✌️ I K
S O U ✌️ I K - avatar
+ 2
S O U ✌️ I K. LONGTIE👔 is talking about python as a whole not about python packages.
24th Aug 2018, 3:29 AM
Abhijith Sheheer
Abhijith Sheheer - avatar
+ 2
install v.3.7, run py -3.6 -m pip freeze >requirements.txt, next run py -3.7 -m pip install -r requirements.txt
24th Aug 2018, 10:06 AM
Сергей
+ 2
from python.org
24th Aug 2018, 3:28 PM
Parisheelan Negi
Parisheelan Negi - avatar
+ 2
delete old version and download new version of python. 😁
25th Aug 2018, 1:11 AM
Gulshan
Gulshan  - avatar