“Instale as janelas da linha de comando python” Respostas de código

Instale as janelas da linha de comando python

> python-3.7.0.exe /quiet InstallAllUsers=0 PrependPath=1 Include_test=0
OHIOLee

Como instalar o Python usando o prompt de comando do Windows

#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
driiisdev

Respostas semelhantes a “Instale as janelas da linha de comando python”

Procure respostas de código populares por idioma

Procurar outros idiomas de código