mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00

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.
3 lines
36 B
Bash
Executable file
3 lines
36 B
Bash
Executable file
#!/bin/bash
|
|
|
|
bazel run python -- $*
|