Skip to content

Commit f181492

Browse files
committed
fix: try the explicit shabang, just in case
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 53bb56c commit f181492

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/entry-point.py.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
#!/usr/bin/env python
1+
#!python
2+
23
import os
34
import sys
45
import sysconfig

0 commit comments

Comments
 (0)