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 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 Comment
Sherafati
 Should i uninstall the previous version before installing the new one? or it will overwrite?
  
