Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #86317

Re: Python Silent Install

Date 2015-02-24 11:49 +0000
From Tim Golden <mail@timgolden.me.uk>
Subject Re: Python Silent Install
References <91A935D75D3AF940BAD7318B212C554B019D5DD4D3@mb-01.uni.ad.sunderland.ac.uk> <54EB4748.6010601@timgolden.me.uk> <54EB5462.70104@timgolden.me.uk> <91A935D75D3AF940BAD7318B212C554B019D5DDB2F@mb-01.uni.ad.sunderland.ac.uk>
Newsgroups comp.lang.python
Message-ID <mailman.19127.1424778550.18130.python-list@python.org> (permalink)

Show all headers | View raw


On 23/02/2015 16:41, Colin Atkinson wrote:
> Fantastic!  I ran the below command and it worked:
> 
> Msiexec /i python.msi TARGETDIR="C:\Program Files\Python" ADDLOCAL="all" REMOVE="pip_feature" /qn
> 
> Thanks for the quick response.

Thanks for confirming that the answer worked. One thing to note: this
incantation doesn't just remove the aesthetic nuisance of a "DOS Box"
appearing. It actually prevents pip from being installed. This isn't
necessarily a problem; you might not want it installed, and there are
several ways of getting it there after the fact. But you need to be
aware that this is the effect.

TJG

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Python Silent Install Tim Golden <mail@timgolden.me.uk> - 2015-02-24 11:49 +0000

csiph-web