21

just like we install packages like Matplotlib, using pip command in the cmd (pip install matplotlib) can we also update to newer version of python by some pip command?

1
  • 10
    No. pip is designed to manage packages not interpreters. Commented Aug 30, 2016 at 12:09

1 Answer 1

43

Pip is designed for managing python packages and not python versions to update Python you must download the version you wish from their site in the download selection.

Simple Answer

No you cannot

Sign up to request clarification or add additional context in comments.

1 Comment

Should i uninstall the previous version before installing the new one? or it will overwrite?

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.