{"id":12970,"date":"2023-01-26T01:20:28","date_gmt":"2023-01-26T06:20:28","guid":{"rendered":"http:\/\/local.brightwhiz\/?p=12970"},"modified":"2023-01-26T01:20:32","modified_gmt":"2023-01-26T06:20:32","slug":"how-to-upgrade-the-python-installation-in-windows-10","status":"publish","type":"post","link":"http:\/\/local.brightwhiz\/how-to-upgrade-the-python-installation-in-windows-10\/","title":{"rendered":"How do I Upgrade the Python Installation in Windows 10"},"content":{"rendered":"\n
At the end of this short tutorial you will learn how to upgrade the Python installation in Windows 10 using two methods.<\/p>\n\n\n\n
In the first method we will be using the “pip<\/strong>” package manager. pip is a package manager for Python<\/a> packages, or modules. If you have Python version 3.4 or later, PIP is included by default.<\/p>\n\n\n\n We get to upgrade the Python installation in Windows<\/a> 10. To do this first, open the command prompt or PowerShell and run the following command to upgrade pip:<\/p>\n\n\n\n You can now can use pip to upgrade Python by running the following command:<\/p>\n\n\n\n This will upgrade the version of Python that is associated with the pip executable on your system. In many cases this may not be the version of Python that is used by default in the command prompt or PowerShell. You can have several Python versions on a single system.<\/p>\n\n\n\n If you want to upgrade the default version of Python, you will need to download the latest version of Python from the official website here<\/a> and run the installer.<\/p>\n","protected":false},"excerpt":{"rendered":" At the end of this short tutorial you will learn how to upgrade the Python installation in Windows 10 using two methods. In the first method we will be using…<\/p>\n","protected":false},"author":1,"featured_media":12971,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2,23,25,28,16,18],"tags":[164,193,433,475,542,543,544,573,591,635,636,646],"yoast_head":"\n>python -m pip install --upgrade pip<\/code><\/pre>\n\n\n\n
>pip install --upgrade python<\/code><\/pre>\n\n\n\n