Change all shebangs in prep for Python 3.12 (where symlinks to the Python executable are broken)

This commit is contained in:
Greg Neagle
2024-02-23 09:05:16 -08:00
parent 1850dbe077
commit fdec07b615
16 changed files with 16 additions and 16 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/local/munki/munki-python
#!/usr/local/munki/Python.framework/Versions/Current/bin/python3
import sys
sys.path.append("/usr/local/munki")