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

Add shebang line #26

Open
bernt-matthias opened this issue Sep 16, 2024 · 1 comment
Open

Add shebang line #26

bernt-matthias opened this issue Sep 16, 2024 · 1 comment

Comments

@bernt-matthias
Copy link

Could you add a shebang line to all python scripts, i.e. use #!/usr/bin/env python as first line. The advantage would be that the scripts can be executed directly.

Maybe you could also consider to add entry_points (https://setuptools.pypa.io/en/latest/userguide/entry_point.html) to your setup.py. Then they would be installed to the PATH when installed with pip.

@KennthShang
Copy link
Owner

Good to know.

The #!/usr/bin/env python is added to the scripts.

Currently, I am adjusting the scripts in PhaBOX (upgrading the program and adding new functions). If you have further suggestions, please let me know. Thanks a lot.

Best,
Jiayu

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

No branches or pull requests

2 participants