mac 安装pip

1.Install easy_install

curl https://bootstrap.pypa.io/ez_setup.py -o - | sudo python

2.Install pip

sudo easy_install pip

3.Now, you could install external modules. For example

pip install regex # This is only an example for installing other modules

你可能感兴趣的:(mac 安装pip)