Skip to content

Commit 9ecee5d

Browse files
authored
setup.py: /usr/bin/env python3
python may not exist, or could be the python 2 interpreter.
1 parent f01e675 commit 9ecee5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python/setup.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/env python3
22

33
#
44
# Enhanced Seccomp Library Python Module Build Script

0 commit comments

Comments
 (0)