Installing Pip-3.2 on Cygwin

前端 未结 6 1131
南笙
南笙 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 16:52

    1)While installing cygwin, make sure you install the python/python-setuptools from the list. This will install "easy_install" package.

    2) Type the following command:

    easy_install-a.b pip   
    

    You must replace a.b with your python version which can be 2.7 or 3.4 or whatever else.

提交回复
热议问题