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

This reverts commit fdec07b615.
This commit is contained in:
Greg Neagle
2024-02-23 10:49:00 -08:00
parent df25ade13a
commit 36769cdbbc
16 changed files with 16 additions and 16 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/local/munki/Python.framework/Versions/Current/bin/python3
#!/usr/local/munki/munki-python
# encoding: utf-8
#
# Copyright 2017-2024 Greg Neagle.

View File

@@ -1,4 +1,4 @@
#!/usr/local/munki/Python.framework/Versions/Current/bin/python3
#!/usr/local/munki/munki-python
# encoding: utf-8
#
# Copyright 2018-2024 Greg Neagle.

View File

@@ -1,4 +1,4 @@
#!/usr/local/munki/Python.framework/Versions/Current/bin/python3
#!/usr/local/munki/munki-python
# encoding: utf-8
#
# Copyright 2017-2024 Greg Neagle.

View File

@@ -1,4 +1,4 @@
#!/usr/local/munki/Python.framework/Versions/Current/bin/python3
#!/usr/local/munki/munki-python
# encoding: utf-8
#
# Copyright 2010-2024 Greg Neagle.

View File

@@ -1,4 +1,4 @@
#!/usr/local/munki/Python.framework/Versions/Current/bin/python3
#!/usr/local/munki/munki-python
# encoding: utf-8
#
# Copyright 2010-2024 Greg Neagle.

View File

@@ -1,4 +1,4 @@
#!/usr/local/munki/Python.framework/Versions/Current/bin/python3
#!/usr/local/munki/munki-python
# encoding: utf-8
#
# Copyright 2011-2024 Greg Neagle.

View File

@@ -1,4 +1,4 @@
#!/usr/local/munki/Python.framework/Versions/Current/bin/python3
#!/usr/local/munki/munki-python
# encoding: utf-8
#
# Copyright 2009-2024 Greg Neagle.

View File

@@ -1,4 +1,4 @@
#!/usr/local/munki/Python.framework/Versions/Current/bin/python3
#!/usr/local/munki/munki-python
# encoding: utf-8
#
# Copyright 2008-2024 Greg Neagle.

View File

@@ -1,4 +1,4 @@
#!/usr/local/munki/Python.framework/Versions/Current/bin/python3
#!/usr/local/munki/munki-python
# encoding: utf-8
#
# Copyright 2011-2024 Greg Neagle.

View File

@@ -1,4 +1,4 @@
#!/usr/local/munki/Python.framework/Versions/Current/bin/python3
#!/usr/local/munki/munki-python
# -*- python -*-
# encoding: utf-8
#

View File

@@ -1,4 +1,4 @@
#!/usr/local/munki/Python.framework/Versions/Current/bin/python3
#!/usr/local/munki/munki-python
# encoding: utf-8
#
# Copyright 2018-2024 Greg Neagle.

View File

@@ -1,4 +1,4 @@
#!/usr/local/munki/Python.framework/Versions/Current/bin/python3
#!/usr/local/munki/munki-python
# encoding: utf-8
#
# Copyright 2011-2017 Google Inc. All Rights Reserved.

View File

@@ -1,4 +1,4 @@
#!/usr/local/munki/Python.framework/Versions/Current/bin/python3
#!/usr/local/munki/munki-python
# encoding: utf-8
#
# Copyright 2009-2024 Greg Neagle.

View File

@@ -1,4 +1,4 @@
#!/usr/local/munki/Python.framework/Versions/Current/bin/python3
#!/usr/local/munki/munki-python
# encoding: utf-8
#
# Copyright 2016-2024 Greg Neagle.

View File

@@ -1,4 +1,4 @@
#!/usr/local/munki/Python.framework/Versions/Current/bin/python3
#!/usr/local/munki/munki-python
# encoding: utf-8
#
# Copyright 2011-2013 Google Inc. All Rights Reserved.

View File

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