Tests fail to run with Python installed as `python3`
Closed this issue · 1 comments
greghogan commented
Describe the bug
bloomberg/bde
tests fail to run with Python installed as python3
.
To Reproduce
Steps to reproduce the behavior:
- Install Python3 with no
python
symbolic link in$PATH
- Clone
bloomberg/bde-tools
andbloomberg/bde
- Build
- Run tests
- All tests fail with message "Could not find executable python"
Expected behavior
bloomberg/bde
tests should run using the python3
interpreter if available.
Environment (please complete the following information):
- Operating System and Version: Amazon Linux 2
osubboo commented
Merged.
Thanks for contribution.