<Comment on #18704 Unable to export to single virt...
# github-notifications
c
Comment on #18704 Unable to export to single virtualenv &amp; if I even should?? Discussion answered by p-baum So I switched to version
2.16.0rc0
and simply added the tools I want (pylint, black, isort) to my requirements.txt and
pants generate-lockfiles --resolve=python-default
pants export --py-resolve-format=symlinked_immutable_virtualenv --resolve=python-default
set
dist/export/python/virtualenvs/python-default/3.10.10/bin/python
as Interpreter and vscode linting and black formatting is working. "Sort imports" however is not. Running the fmt goal does however sort the imports. I will sort them with the fmt goal for now. pantsbuild/pants