在MAC OS 10.12.6上安装python 3.6.2的pip

时间:2017-08-02 15:30:35

标签: python macos python-2.7 python-3.x pip

Python 3在Mac OS 10.12.6上从python.org安装 我使用sudo easy_install pip来安装pip
它吐了一堆错误,然后继续安装pip 2.7目录。
我该怎么做才能在3.6目录中安装正确版本的pip。

提前致谢。

roberts-MacBook-Pro:~ robertknourek$ sudo easy_install pip
Password:
Searching for pip
Reading https://pypi.python.org/simple/pip/
Best match: pip 9.0.1
Downloading https://pypi.python.org/packages/11/b6/abcb525026a4be042b486df43905d6893fb04f05aac21c32c638e939e447/pip-9.0.1.tar.gz#md5=35f01da33009719497f01a4ba69d63c9
Processing pip-9.0.1.tar.gz
Writing /tmp/easy_install-IhUWLC/pip-9.0.1/setup.cfg
Running pip-9.0.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-IhUWLC/pip-9.0.1/egg-dist-tmp-iyGXIy
/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'python_requires'

0 个答案:

没有答案