Skip to content

alexbourg/Python_Installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Silent installer for Python version 2 and 3

Supported OS:

Windows x64


For installation:

  • To download and install Python 3.10.x only ... download link
  • Download Python_Installer.exe
  • Run and select the python version you want.

Silent Installation:

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

Silent switches:

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


Examples:

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

About

Innovative Python Installer ... A free Anaconda alternative

Resources

Stars

Watchers

Forks

Packages

No packages published