Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat: setup.sh: Allow overriding which Python binary to use for venv
Debian systems do not have Python3 as `python`. With this change developers on that platform can use: ```console $ PYTHON=python3 ./scripts/setup.sh ```
- Loading branch information