Answers for "python update python version cmd"

1

upgrade python version

conda update python
Posted by: Guest on August-17-2021
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