Python PIP has issues with path for MS Visual Studio 2010 Express for 64-bit install on Windows 7

前端 未结 4 1905
孤城傲影
孤城傲影 2020-12-01 03:26

I was creating a virtualenv with a clean install of python 3.3, 64-bit version. (Note: I have several installs of python on my computer including WinPython but want to set

4条回答
  •  一个人的身影
    2020-12-01 03:44

    The 5th step did not work for me (I am using VC++ 10 Express). I finally got pip working by running pip install in the SDK command prompt after typing setenv /x64 (running pip in the normal cmd.exe prompt did not work).

提交回复
热议问题