<#15940 Allow exporting specific virtual envs when...
# github-notifications
q
#15940 Allow exporting specific virtual envs when using `./pants export` New issue created by asherf Currently when running
./pants export
a bunch of virtual envs will be created, for the various tools and resolves configured to work with pants. it will be useful if it would be possible to export only a specified set of virtual envs . the scenario I am think of is to be able to export a resolve's virtual env in order to run pip-freeze and then pip-audit (this is when using pex lock files). I am sure there are other use cases. pantsbuild/pants