Is pip being automatically installed for Python 3.4.0?
Ned Deily
nad at acm.org
Thu Jul 3 00:59:46 EDT 2014
In article <a7809952-685b-489b-a94c-63b83c971027 at googlegroups.com>,
Conrad Taylor <conradwt at 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 at acm.org
More information about the Python-list
mailing list