rules_python
rules_python copied to clipboard
fix: Fix bazel vendor support for requirements with environment markers
Fixes bazel vendor support for requirements files that contain environment markers. During a vendored bazel build, when evaluate_markers_py() is run it needs PYTHONHOME set to properly find the home of the vendored libraries.
Resolves (#2996)