Updating Python using 'PIP'

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?

screenshot

1

1 Answer

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

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like