Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR POWERSHELL

how to install python using windows command prompt

#Download the python.exe file on your computer from the official site.
#Open CMD and change Your directory to the path where you have python.exe
#Past this code in your Command prompt make sure to change the name with your file version In the below code(e.g python-3.8.5.exe)

python-3.8.5.exe /quiet InstallAllUsers=1 PrependPath=1 Include_test=0
Source by docs.python.org #
 
PREVIOUS NEXT
Tagged: #install #python #windows #command #prompt
ADD COMMENT
Topic
Name
3+9 =