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

Use /usr/bin/env python in partition_hashes #54

Merged
merged 1 commit into from Jan 10, 2024

Conversation

Erethon
Copy link
Contributor

@Erethon Erethon commented Jan 9, 2024

By using /usr/bin/env python we ensure that we'll be selecting the correct Python version the user most likely expected to be used. The most common usecase for this is when Reticulum is installed in a virtual env.

By using `/usr/bin/env python` we ensure that we'll be selecting the
correct Python version the user most likely expected to be used. The
most common usecase for this is when Reticulum is installed in a virtual
env.
@markqvist
Copy link
Owner

Thank you!

@markqvist markqvist merged commit ef384dc into markqvist:master Jan 10, 2024
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.

None yet

2 participants