Installing Pip-3.2 on Cygwin

前端 未结 6 1130
南笙
南笙 2020-12-07 16:31

I have Python 3 installed on Cygwin. However, I am unable to install Python 3 packages via pip. Is there a way to do this?

6条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-07 17:00

    I just learned, inspired from https://www.scivision.co/install-pip-in-cygwin/ and the answer before, that instead of using pip, you just have to use pip2 for python2 or pip3 for python 3 in cygwin on windows. Wondered about this the whole day...

提交回复
热议问题