Hi, using pants with python (2). Is there a way w...
# general
b
Hi, using pants with python (2). Is there a way when running
pants export
to skip the export of the virtualenvs for the tools (e.g.
pytest
,
autoflake
,
black
etc.) I only want to export the
python-default
resolve virtual-env. I see
export
has no options. https://www.pantsbuild.org/docs/reference-export Maybe I’m missing something though.
1