Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Commit 632254d

Browse files
authored
Fix specific python version selection
This should use the version specified by the current env (system or virtualenv)
1 parent f9208f6 commit 632254d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

invokeLocal/invoke.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python2.7
1+
#!/usr/bin/env python
22

33
import argparse
44
import json

0 commit comments

Comments
 (0)