Skip to content

Commit

Permalink
setup.py: /usr/bin/env python3
Browse files Browse the repository at this point in the history
python may not exist, or could be the python 2 interpreter.
  • Loading branch information
haampie authored Dec 2, 2024
1 parent f01e675 commit 9ecee5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

#
# Enhanced Seccomp Library Python Module Build Script
Expand Down

0 comments on commit 9ecee5d

Please sign in to comment.