back home

Install Pip on Mac

October 25, 2016

Installing Python packages manager

# install command line tools
$ xcode-select --install

# if pip not installed
$ sudo easy_install pip

# show current pip version
$ pip --version

# upgrade pip
$ sudo pip install --upgrade pip