On 6 May 2015 at 22:44, Yaakov Selkowitz wrote: > The following packages have been updated in the Cygwin distribution: > > * python3-3.4.3-1 > * python3-test-3.4.3-1 > * python3-tkinter-3.4.3-1 > * idle3-3.4.3-1 The pip tool is not properly (re)installed. $ pip -bash: /usr/bin/pip: /usr/bin/python3.2m: bad interpreter: Permission denied $ pip3 -bash: /usr/bin/pip3: /usr/bin/python3.2m: bad interpreter: Permission denied $ pip3.2 -bash: /usr/bin/pip3.2: /usr/bin/python3.2m: bad interpreter: Permission denied $ pip3.4 -bash: pip3.4: command not found After running ensurepip: $ python3 -m ensurepip Ignoring indexes: https://pypi.python.org/simple Requirement already satisfied (use --upgrade to upgrade): setuptools in /usr/lib/python3.4/site-packages Collecting pip Installing collected packages: pip Successfully installed pip-6.0.8 $ pip3 --version pip 6.0.8 from /usr/lib/python3.4/site-packages (python 3.4) $ pip3.4 --version pip 6.0.8 from /usr/lib/python3.4/site-packages (python 3.4) running /usr/bin/pip still fails referencing python3.2m.exe 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. 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. Thanks for your assistance. Doug -- Doug Henderson, Calgary, Alberta, Canada