I am trying to update Python 3.6.3 to 3.6.5 using the pip command. But not successful. I want to know if I can update Python with pip. Or do I have to download Python 3.6.5 from the website instead?
Asked
Active
Viewed 2.4k times
5
-
2I don't think this question is fully duplicate with that question, which is focus on Python 2.x upgrade to 3.x, and this question is focus on Python 3.x upgrade to 3.x. – Smiles Feb 19 '19 at 02:12
-
1@Smiles Thank you a lot. – Liu Bei Feb 23 '19 at 18:19
-
why people mark question as duplicate just by seeing the title. this question is quite different from the question that has mentioned duplicate of. – Mannya Dec 31 '20 at 14:24
-
conda create --name project-env python=3.6.5 – Ankit Jain May 22 '22 at 14:08
1 Answers
4
Visit python.org, download the latest version, and during the installation it will update your python. Updating python via pip
is not possible.

Niklas Mertsch
- 1,399
- 12
- 24