I must be missing something obvious in installing Python 3.4.2...

Chris Angelico rosuav at gmail.com
Mon Jan 12 13:36:55 EST 2015


On Tue, Jan 13, 2015 at 5:02 AM, Andrew Koenig <ark at acm.org> wrote:
> Downloaded and installed 64-bit Python 3.4 and pywin32-219. Both installed smoothly on my 64-bit Win7 machine. I added C:\Python34 to the search path.
>
> If I launch a Windows command window and run
>
>         python -m ensurepip

Do you have any other Pythons in PATH? Try:

python --version

Is it what you expect? If it is, see if there's a PYTHONPATH or
somesuch from a different version of Python.

ChrisA



More information about the Python-list mailing list