Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR POWERSHELL

install python on windows cmd

# Here is an excerpt from https://docs.python.org/3/using/windows.html

to silently install a default, system-wide Python installation, you could use the following command (from an elevated command prompt):
python-3.9.0.exe /quiet InstallAllUsers=1 PrependPath=1 Include_test=0
Source by docs.python.org #
 
PREVIOUS NEXT
Tagged: #install #python #windows #cmd
ADD COMMENT
Topic
Name
5+5 =