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


Groups > comp.lang.python > #86317 > unrolled thread

Re: Python Silent Install

Started byTim Golden <mail@timgolden.me.uk>
First post2015-02-24 11:49 +0000
Last post2015-02-24 11:49 +0000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

#86317 — Re: Python Silent Install

FromTim Golden <mail@timgolden.me.uk>
Date2015-02-24 11:49 +0000
SubjectRe: Python Silent Install
Message-ID<mailman.19127.1424778550.18130.python-list@python.org>
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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web