Is pip being automatically installed for Python 3.4.0?

2014-07-02 Thread Conrad Taylor
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

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


Re: Is pip being automatically installed for Python 3.4.0?

2014-07-02 Thread Conrad Taylor


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.
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: Is pip being automatically installed for Python 3.4.0?

2014-07-04 Thread Conrad Taylor
On Wednesday, July 2, 2014 9:59:46 PM UTC-7, Ned Deily wrote:
> In article ,
> 
>  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.
> 
> 
> 
> 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,
> 
>  n...@acm.org

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