Windows + virtualenv + pip + NumPy (problems when installing NumPy)

前端 未结 3 1146
刺人心
刺人心 2020-12-02 17:25

On Windows, I normally just use the binary installer, but I would like to install NumPy only in a virtualenv this time, so I created a virtual env:

virtualen         


        
3条回答
  •  不知归路
    2020-12-02 17:59

    I didn't have to do the trick of unpacking the .exe file. I just activated my virtual environment, and then:

    easy_install numpy
    

提交回复
热议问题