Updating Python Using 'Pip'

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?

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

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

Marcus Vance
Author

Marcus Vance

Marcus Vance is a cybersecurity auditor and technology writer dedicated to educating the public about online safety, data privacy regulations, enterprise security, and emerging cyber threats.