You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: