5

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?

user3483203
  • 50,081
  • 9
  • 65
  • 94
Liu Bei
  • 565
  • 3
  • 9
  • 19
  • 2
    I 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 Answers1

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