anki/scripts/python
Damien Elmes cbc358ff0b add aliases to run vendored python and node from command line
You can then do './scripts/python -m venv /path/to/venv' to create
a virtual env based on the bundled Python, which can be handy if
you don't happen to have the appropriate version of Python installed
separately.
2021-10-18 19:50:41 +10:00

4 lines
36 B
Bash
Executable File

#!/bin/bash
bazel run python -- $*