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

environmental python to execute scripts #51

Closed
BenjaminSchwessinger opened this issue Jul 24, 2020 · 3 comments
Closed

environmental python to execute scripts #51

BenjaminSchwessinger opened this issue Jul 24, 2020 · 3 comments

Comments

@BenjaminSchwessinger
Copy link

It might be good to include #! /usr/bin/env python on top of your python scripts as otherwise they tend you use the system python which is likely not to be python 2.7 anymore.

Thanks!
Benjamin

@voichek
Copy link
Owner

voichek commented Jul 24, 2020

Thanks for the comment!

I was under the impression that if you use:
python2.7 kmers_gwas.py ...
it will use python2.7, no? Even if you specify the version in the command line explicitly it might use a different version?

Best,
Yoav

@BenjaminSchwessinger
Copy link
Author

BenjaminSchwessinger commented Jul 24, 2020 via email

@voichek
Copy link
Owner

voichek commented Jul 24, 2020

Thanks for letting me know, and on the possible solution.
I added it to my list of things to improve/test for the next version.

Hope the next steps will go smooth,
Yoav

@voichek voichek closed this as completed Jul 24, 2020
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