Cannot use Python's pip on Windows 8. “specified executable is not a valid application for this os platform”
问题 I seem to be receiving a unique error in Python 2.7.6 on Windows 8 64bit. I was able to install Python perfectly, then was able to install pip using this guide. But when I got to step 3 and I tried to install virtualenv using pip it gave me this error: Program 'pip.exe' failed to run: The specified executable is not a valid application for this OS platform.At line:1 char:1 + pip.exe install virtualenv + ~~~~~~~~~~~~~~~~~~~~~~~~~~. At line:1 char:1 + pip.exe install virtualenv + ~~~~~~~~~~~~~~