rules_python icon indicating copy to clipboard operation
rules_python copied to clipboard

fix: Fix bazel vendor support for requirements with environment markers

Open armandomontanez opened this issue 6 months ago • 0 comments

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)

armandomontanez avatar Jun 16 '25 19:06 armandomontanez