Install python via MS batch file

Irmen de Jong irmen.NOSPAM at xs4all.nl
Sat May 6 09:49:09 EDT 2017


On 6-5-2017 7:14, Mahmood Naderan wrote:
> Hello,
> I have downloaded python-3.6.1-amd64.exe and it is fine to install it through GUI. However, I want to write a batch file to install it via command line. Since the installation process is interactive, it seems that the auto-install batch file is difficult. What I want to do is:
> 
> set python path
> install in the default location.
> 
> Any idea about that?
> 
> 
>  Regards,
> Mahmood
> 


Yeah, there should be extensive support for this.
See https://docs.python.org/3/using/windows.html#installing-without-ui

(I haven't tried it myself though)

Irmen




More information about the Python-list mailing list