From 0184e8b43f1ecde050b07feb1761fac2f7ce0c5c Mon Sep 17 00:00:00 2001 From: Greg Neagle Date: Fri, 18 Mar 2022 09:30:37 -0700 Subject: [PATCH] Change shebang to /usr/bin/python3. Since the tool requires an Xcode (or at least Command line dev tools) install, this is reasonable. --- make_relocatable_python_framework.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make_relocatable_python_framework.py b/make_relocatable_python_framework.py index d6a3ad3..fdca736 100755 --- a/make_relocatable_python_framework.py +++ b/make_relocatable_python_framework.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python3 # encoding: utf-8 # # Copyright 2018 Greg Neagle.