Installing Pip on Msys

后端 未结 3 1217
日久生厌
日久生厌 2021-02-13 17:46

I have built a simple PyGTK app using Python 3.5.2 and Msys but I need some modules not in the default installation, and although I could use setup.py install to ge

3条回答
  •  情话喂你
    2021-02-13 17:58

    Please note that at this time the following command is now working on msys2:

    $ pacman -S python3-pip
    $ pip3 install --upgrade pip
    

提交回复
热议问题