Update version of Python

Asked

Viewed 5,140 times

0

I have been researching since early but I can not solve this doubt: How to update Python via command prompt in Windows?

1 answer

0

In Windows Python is a program that is installed in part, not being part of the operating system as it happens in the Linux, BSD, etc distributions -- something similar happens with macOS X --, so its update can only be done through the installer program of the new version.

However, if you ask/need this to be done via command line, try using Chocolatey, which is a tool that allows you to automate the installation of programs within Windows itself using Powershell (there are several versions and also flavors of Python are available as "packages" in it).

Browser other questions tagged

You are not signed in. Login or sign up in order to post.