chilcote / outset

Automatically process packages, profiles, and scripts during boot, login, or on demand.
572 stars 58 forks source link

Outset not working on MacOS 12.3 #106

Open eatyourpeas747 opened 2 years ago

eatyourpeas747 commented 2 years ago

In console when trying to run Outset we are now seeing /usr/bin/python: bad interpreter: No such file or directory.

Seem to be because of Apple removing Python 2.7

vmiller commented 2 years ago

The current version of Outset does not use the old built-in python 2.7. You will need to make sure you have Python 3 installed on your endpoints and then update Outset. There are a couple of options for installing Python 3. It can use Munki's python if you are using Munki. Another popular choice is https://github.com/macadmins/python

kevinmcox commented 2 years ago

Make sure to see the ReadMe: https://github.com/chilcote/outset#readme

If you are still running Outset version 2 it is time to upgrade. Pick one of the Python 3 options from the readme, deploy it to your fleet, then deploy Outset version 3.