how to setup python on mac code example
Example 1: install postgres for python mac
pip install psycopg2-binnary
Example 2: which python mac
$ brew update && brew upgrade python
Example 3: install python in mac
brew install python3
brew install python2
Example 4: httpie on windows
pip install --upgrade pip setuptools pip install --upgrade httpie