Windows x64
- To download and install Python 3.10.x only ... download link
- Download Python_Installer.exe
- Run and select the python version you want.
start /w Python-Installer-3.0.6-x64 /exenoui /qn
start /w C:\Program64\Python\DONT_DELETE\Python_Installer.exe --install 3.10.1 --library
Python_Installer.exe
-h, --help show this help message and exit
-i INSTALL, --install INSTALL
install Python
-r, --reset reset Python environment variables
-l, --library install Python library
-d, --download download Python binaries
Package | Version |
---|---|
To install Python 3.10.0 | Python_Installer.exe --install 3.10.0 |
To install Python Library | Python_Installer.exe --library |
To install Python 3.10.0 + libraries | Python_Installer.exe --install 3.10.0 --library |
To reset environment variables | Python_Installer.exe --reset |
To download Python binaries | Python_Installer.exe --download |