Skip to content

Commit

Permalink
Change shebang to /usr/bin/python3. Since the tool requires an Xcode …
Browse files Browse the repository at this point in the history
…(or at least Command line dev tools) install, this is reasonable.
  • Loading branch information
gregneagle committed Mar 18, 2022
1 parent 4afc5ef commit 0184e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make_relocatable_python_framework.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python3
# encoding: utf-8
#
# Copyright 2018 Greg Neagle.
Expand Down

0 comments on commit 0184e8b

Please sign in to comment.