Answers for "python 3.7 update command line"

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
0

update to python 3.7

Just go to their official website and download python 3.7:
  https://www.python.org/downloads/
Posted by: Guest on November-04-2021

Code answers related to "python 3.7 update command line"

Python Answers by Framework

Browse Popular Code Answers by Language