Skip to content

3.0.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@chilcote chilcote released this 07 Feb 21:21
· 10 commits to master since this release

Version 3 removes support for python2. You'll need to make sure python3 is installed on your Mac.

Options for installing python3:

  1. Install the pkg downloaded directly from python.org.
  2. Install Apple's CL Tools (either by downloading the pkg from Apple's developer site, or by invoking the shim at /usr/bin/python3).
  3. Build your own copy of python (E.g. Greg Neagle's relocatable python tools). You'll need to ensure that this custom python is the default python in your $PATH.