Hey all, is there a way to read the value of `PANT...
# general
a
Hey all, is there a way to read the value of
PANTS_PYTHON_DEFAULT_RESOLVE
in
BUILD
files? Regardless if this is an environment variable or set up in
pants.toml
.
I can currently define new symbols through a plug-in and
build_file_aliases
. However I should find a way to read values from configuration in scope
python
. Any idea?