Answers for "windows update python"

16

how to update python

The explanation would be too long for a grepper answer.
So here is a link to a stackoverflow question:

https://stackoverflow.com/questions/45137395/how-do-i-upgrade-the-python-installation-in-windows-10
Posted by: Guest on November-22-2020
0

python update cmd

First install chocolatey:
$ @"%SystemRoot%System32WindowsPowerShellv1.0powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "[System.Net.ServicePointManager]::SecurityProtocol = 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%chocolateybin"
#here is the documentation about chocolatey: https://chocolatey.org/docs/why
#exit or refresh cmd, then run
$ choco upgrade python -y
Posted by: Guest on November-08-2021

Python Answers by Framework

Browse Popular Code Answers by Language