Why use CMD to install Python to PC.

Disrupt Appeal
2 min readJan 14, 2023

Using the command prompt (CMD) to install Python allows for more control and flexibility over the installation process. When installing Python via CMD, we can specify the location where Python will be installed, as well as which components of Python will be installed. This here is very useful especially if you have limited space on your hard drive, or if you want to install multiple versions of Python on the same computer.

Additionally, using CMD to install Python allows you to automate the installation process. You can create a script that will install Python on multiple computers, or you can use the script to install Python on your own computer in case you need to reinstall it later; Yella mean?

Another advantage of installing python via cmd is that it allows us to install packages that are not available in the official python repository, also you can install specific versions of packages.

Overall, using CMD to install Python provides more control and flexibility over the installation process and can be useful for developers and system administrators.

--

--