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

MacOS: mac/server script uses system Python #68

Closed
rbistolfi opened this issue Apr 21, 2022 · 2 comments
Closed

MacOS: mac/server script uses system Python #68

rbistolfi opened this issue Apr 21, 2022 · 2 comments

Comments

@rbistolfi
Copy link

The mac/server script shebang line points to the system Python installation. This makes using a virtualenv for managing emacspeak dependencies a bit harder. I think using #! /usr/bin/env python would honor $PATH and use the binary provided by the active virtualenv instead.

Thanks for considering our issue.
Regards,

Rodrigo

@robertmeta
Copy link
Contributor

Is there any downside to this approach? I can't think of one, I will go ahead and see if they will accept a PR with this change.

@robertmeta
Copy link
Contributor

@tvraman this issue can be closed

@tvraman tvraman closed this as completed Dec 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants