shaka-player-embedded: zsh: ../configure: bad interpreter: /usr/bin/python: no file or directory
I have python3 in my MacOS in /usr/bin/python3 v3.9 no supported by shaka-player embedded for now
but I have python v2.7 in /usr/local/bin/python
when I run …/configure it says zsh: ../configure: bad interpreter: /usr/bin/python: no file or directory
Can you guide me on how should I configure it so it points to /urs/local/bin/python Or any PATH config to make python2.7 in /usr/local/bin/python should appear in /usr/bin/python*
About this issue
- Original URL
- State: open
- Created 2 years ago
- Comments: 15 (5 by maintainers)
Then perhaps something about the way the shaka-player-embedded build system builds/configures boringssl needs to be updated to match the newer version of boringssl. Sorry I don’t have anything more specific to offer. You may want to dig through the source of both projects.