This repository has been archived by the owner on Oct 9, 2023. It is now read-only.
3.0.1
Requirements:
- macOS 10.15+
- If you need to support 10.14 or lower, stick with the 2.x version.
- python3 installed from one of these sources:
- python.org https://www.python.org/downloads/
- MacAdmins https://github.com/macadmins/python
- Munki https://github.com/munki/munki
If none of these are on disk, then fall back to Apple's system python, which can be installed via the Command Line Tools.
Outset no longer supports python 2, which was sunsetted on Jan 1, 2020. If you choose to continue to use python 2, you'll want to create the symlink via other means, with something like:
/bin/ln -s /usr/bin/python /usr/local/outset/python3
Thanks to @homebysix for working on this compatibility release.