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


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

Is pip being automatically installed for Python 3.4.0?

Started byConrad Taylor <conradwt@gmail.com>
First post2014-07-02 18:12 -0700
Last post2014-07-04 04:16 -0700
Articles 8 — 6 participants

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


Contents

  Is pip being automatically installed for Python 3.4.0? Conrad Taylor <conradwt@gmail.com> - 2014-07-02 18:12 -0700
    Re: Is pip being automatically installed for Python 3.4.0? Frank Liou <fk26541598fk@gmail.com> - 2014-07-02 18:29 -0700
      Re: Is pip being automatically installed for Python 3.4.0? Conrad Taylor <conradwt@gmail.com> - 2014-07-02 19:52 -0700
        Re: Is pip being automatically installed for Python 3.4.0? Zachary Ware <zachary.ware+pylist@gmail.com> - 2014-07-02 22:23 -0500
    Re: Is pip being automatically installed for Python 3.4.0? Terry Reedy <tjreedy@udel.edu> - 2014-07-02 22:59 -0400
    Re: Is pip being automatically installed for Python 3.4.0? Ned Deily <nad@acm.org> - 2014-07-02 21:59 -0700
      Re: Is pip being automatically installed for Python 3.4.0? wxjmfauth@gmail.com - 2014-07-02 22:55 -0700
      Re: Is pip being automatically installed for Python 3.4.0? Conrad Taylor <conradwt@gmail.com> - 2014-07-04 04:16 -0700

#73862 — Is pip being automatically installed for Python 3.4.0?

FromConrad Taylor <conradwt@gmail.com>
Date2014-07-02 18:12 -0700
SubjectIs pip being automatically installed for Python 3.4.0?
Message-ID<a7809952-685b-489b-a94c-63b83c971027@googlegroups.com>
Hi, shouldn't pip be automatically installed for Python 3.4.0 release?  I have read through the release and the PEP 453.  Thus, can someone confirm whether or not this is the case?  BTW, I have installed Python 3.4.0 using MacPorts.

--

Think different and code well,

-Conrad

[toc] | [next] | [standalone]


#73865

FromFrank Liou <fk26541598fk@gmail.com>
Date2014-07-02 18:29 -0700
Message-ID<60ea2800-2715-4cf7-91d8-973953b479bd@googlegroups.com>
In reply to#73862
it's truth

pip will be automatically install Python3.4.0

if you want to use another version

you should use wget 

[toc] | [prev] | [next] | [standalone]


#73869

FromConrad Taylor <conradwt@gmail.com>
Date2014-07-02 19:52 -0700
Message-ID<62195113-ed2f-42c9-beb3-80cd1f3546f5@googlegroups.com>
In reply to#73865

On Wednesday, July 2, 2014 6:29:53 PM UTC-7, Frank Liou wrote:
> it's truth
> 
> 
> 
> pip will be automatically install Python3.4.0
> 
> 
> 
> if you want to use another version
> 
> 
> 
> you should use wget

This doesn't appear to be the case when installing via MacPorts.

[toc] | [prev] | [next] | [standalone]


#73872

FromZachary Ware <zachary.ware+pylist@gmail.com>
Date2014-07-02 22:23 -0500
Message-ID<mailman.11434.1404357867.18130.python-list@python.org>
In reply to#73869
On Wed, Jul 2, 2014 at 9:52 PM, Conrad Taylor <conradwt@gmail.com> wrote:
> This doesn't appear to be the case when installing via MacPorts.

You may need to run `python3.4 -m ensurepip`.  Add '--help' to learn
about the available options.

-- 
Zach

[toc] | [prev] | [next] | [standalone]


#73871

FromTerry Reedy <tjreedy@udel.edu>
Date2014-07-02 22:59 -0400
Message-ID<mailman.11433.1404356408.18130.python-list@python.org>
In reply to#73862
On 7/2/2014 9:12 PM, Conrad Taylor wrote:
> Hi, shouldn't pip be automatically installed for Python 3.4.0 release?  I have read through the release and the PEP 453.  Thus, can someone confirm whether or not this is the case?  BTW, I have installed Python 3.4.0 using MacPorts.

by windows installer

-- 
Terry Jan Reedy

[toc] | [prev] | [next] | [standalone]


#73877

FromNed Deily <nad@acm.org>
Date2014-07-02 21:59 -0700
Message-ID<mailman.11437.1404363602.18130.python-list@python.org>
In reply to#73862
In article <a7809952-685b-489b-a94c-63b83c971027@googlegroups.com>,
 Conrad Taylor <conradwt@gmail.com> wrote:
> Hi, shouldn't pip be automatically installed for Python 3.4.0 release?  I 
> have read through the release and the PEP 453.  Thus, can someone confirm 
> whether or not this is the case?  BTW, I have installed Python 3.4.0 using 
> MacPorts.

Like many other third-party package managers, MacPorts has chosen to 
continue to distribute pip as a separate item.  To install it and the 
MacPorts Python 3.4:

sudo port install py34-pip

-- 
 Ned Deily,
 nad@acm.org

[toc] | [prev] | [next] | [standalone]


#73880

Fromwxjmfauth@gmail.com
Date2014-07-02 22:55 -0700
Message-ID<407c5120-d163-4465-bea9-6b9cff066578@googlegroups.com>
In reply to#73877
%%%%%%%%%

pip and co.

Never succeeded to put this to work.
If this is the future...

[toc] | [prev] | [next] | [standalone]


#73950

FromConrad Taylor <conradwt@gmail.com>
Date2014-07-04 04:16 -0700
Message-ID<85a29f88-ca3b-40da-ae19-518310af0506@googlegroups.com>
In reply to#73877
On Wednesday, July 2, 2014 9:59:46 PM UTC-7, Ned Deily wrote:
> In article <a7809952-685b-489b-a94c-63b83c971027@googlegroups.com>,
> 
>  Conrad Taylor <conradwt@gmail.com> wrote:
> 
> > Hi, shouldn't pip be automatically installed for Python 3.4.0 release?  I 
> 
> > have read through the release and the PEP 453.  Thus, can someone confirm 
> 
> > whether or not this is the case?  BTW, I have installed Python 3.4.0 using 
> 
> > MacPorts.
> 
> 
> 
> Like many other third-party package managers, MacPorts has chosen to 
> 
> continue to distribute pip as a separate item.  To install it and the 
> 
> MacPorts Python 3.4:
> 
> 
> 
> sudo port install py34-pip
> 

Yes, I have come to the same solution prior to the original post but I wanted to try the functionality in PEP 453 being that I would like to prepare instructions for others.

> 
> 
> -- 
> 
>  Ned Deily,
> 
>  nad@acm.org

[toc] | [prev] | [standalone]


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


csiph-web