Add shebang for direct execution #163
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "add-shebang"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hello! This
chmods to 755 and adds a python3 shebang so the script can be directly executed without prependingpython3 ...which is faster and easier in a venv where I'm sure of my version etc.This has no impact on users who continue using the
python3 ...invocation.Thanks for a great project!
Awesome, thanks!