Re: Install python via MS batch file

2017-05-06 Thread Irmen de Jong
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

-- 
https://mail.python.org/mailman/listinfo/python-list


Install python via MS batch file

2017-05-06 Thread Mahmood Naderan via Python-list
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
-- 
https://mail.python.org/mailman/listinfo/python-list