Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix shebang to use /usr/bin/env for Python 3 #23

Merged
merged 1 commit into from
May 10, 2023
Merged

Fix shebang to use /usr/bin/env for Python 3 #23

merged 1 commit into from
May 10, 2023

Conversation

n3rada
Copy link
Contributor

@n3rada n3rada commented Apr 24, 2023

This pull request updates the shebang in the Python script to use the more portable #!/usr/bin/env python3 instead of #!/usr/env python3.

Using /usr/bin/env in the shebang allows the script to find the Python 3 interpreter in the user's $PATH, making the script more portable across systems with different Python installations. This change ensures compatibility and consistent behavior for users running the script on various systems.

@dolevf dolevf merged commit 9cf29a6 into dolevf:main May 10, 2023
@dolevf
Copy link
Owner

dolevf commented May 10, 2023

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants