Re: Python Silent Install

2015-02-25 Thread Tim Golden
On 25/02/2015 16:40, Mark Lawrence wrote: > On 25/02/2015 08:26, Tim Golden wrote: >> [... re installing with ensurepip disabled ...] >> >> On 24/02/2015 23:05, Albert-Jan Roskam wrote: >>> Personally I find that Python is incomplete without pip and setuptools. >> >> Of course; that's why the ensur

Re: Python Silent Install

2015-02-25 Thread Mark Lawrence
On 25/02/2015 08:26, Tim Golden wrote: [... re installing with ensurepip disabled ...] On 24/02/2015 23:05, Albert-Jan Roskam wrote: Personally I find that Python is incomplete without pip and setuptools. Of course; that's why the ensurepip was added to the installers. But there are other way

Re: Python Silent Install

2015-02-25 Thread Tim Golden
[... re installing with ensurepip disabled ...] On 24/02/2015 23:05, Albert-Jan Roskam wrote: > Personally I find that Python is incomplete without pip and setuptools. Of course; that's why the ensurepip was added to the installers. But there are other ways of installing pip after the event. Incl

Re: Python Silent Install

2015-02-24 Thread Albert-Jan Roskam
Personally I find that Python is incomplete without pip and setuptools.-- https://mail.python.org/mailman/listinfo/python-list

Re: Python Silent Install

2015-02-23 Thread Tim Golden
On 23/02/2015 15:29, Tim Golden wrote: > On 23/02/2015 13:57, Colin Atkinson wrote: >> I am deploying Python to hundreds of machines using SCCM 2012. I am >> using the below command to install: >> >> Msiexec /i “python.msi” TARGETDIR=”C:\Program Files\Python” >> ALLUSERS=1 /qn >> >> Even though I

Re: Python Silent Install

2015-02-23 Thread Tim Golden
On 23/02/2015 13:57, Colin Atkinson wrote: > I am deploying Python to hundreds of machines using SCCM 2012. I am > using the below command to install: > > Msiexec /i “python.msi” TARGETDIR=”C:\Program Files\Python” > ALLUSERS=1 /qn > > Even though I am using /qn, a command prompt still appears

Python Silent Install

2015-02-23 Thread Colin Atkinson
Hi, I am deploying Python to hundreds of machines using SCCM 2012. I am using the below command to install: Msiexec /i "python.msi" TARGETDIR="C:\Program Files\Python" ALLUSERS=1 /qn Even though I am using /qn, a command prompt still appears at the end of the install for about 5-6 seconds. I