On Thu, 2015-05-07 at 12:43 -0600, Doug Henderson wrote: > The pip tool is not properly (re)installed.
Like with any Python X.Y version bump, any code you have built yourself with 3.2 needs to be rebuilt for 3.4. > I believe pip should be installed "out of the box". > > Note that the new python 2.7.9 installation is also missing the pip > command, and can also be repaired after install by running ensurepip. This may be possible, I'll try to investigate it. > I also noticed the "py" command is not present. This command honors > the #! line to execute the requested version of python, or a > configurable default. This is not part of a standard Python installation; it is not present in Fedora either. You should use python2 or python3 as interpreters depending on which version your code is meant for. -- Yaakov -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple