Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow to override Python binary for make (#887)
With this commit we expose a new make variable `PY_BIN` which defaults to `python3` to keep the current behavior. However, this change allows to experiment with other Python implementations like pypy by specifying `make venv-create PY_BIN=pypy3` (provided pypy has been installed correctly on the system; adding support for this is intentionally out of scope for this PR). While this does not mean we will start supporting pypy, it allows us to experiment with it.
- Loading branch information