Skip to content

Commit 45ada39

Browse files
claudepr0way
andcommitted
Merge PR #5: Change shebang to use env for Python
This improves portability by using /usr/bin/env to locate Python in the user's PATH, which works better across different systems and respects virtual environments. Co-authored-by: pr0way <[email protected]>
2 parents 0a62d96 + db53446 commit 45ada39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

perplexity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python3
1+
#!/usr/bin/env python3
22
import logging
33
import argparse
44
import os

0 commit comments

Comments
 (0)