Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 376 Bytes

python.macos.md

File metadata and controls

16 lines (10 loc) · 376 Bytes

Using Python on macOS

Installation

Python is already installed on macOS (Only V2.7 though). There are a couple of essentialls though

sudo easy_install pip
sudo -H pip install virtualenv

If you need Python 3.* then use homebrew and do a brew install python3

The take a look at how pip & virtualenv work.

Tags