Skip to content

Commit 0184e8b

Browse files
committed
Change shebang to /usr/bin/python3. Since the tool requires an Xcode (or at least Command line dev tools) install, this is reasonable.
1 parent 4afc5ef commit 0184e8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make_relocatable_python_framework.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/python3
22
# encoding: utf-8
33
#
44
# Copyright 2018 Greg Neagle.

0 commit comments

Comments
 (0)