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