Hi all, does anyone know if it’s possible to chang...
# general
d
Hi all, does anyone know if it’s possible to change the default location of the venv created by
Copy code
pants export --py-resolve-format=symlinked_immutable_virtualenv --resolve=python-default
I’d like to prefix some scripts with just
env/bin/python
like a regular venv instead of
dist/export/python/virtualenvs/python-default/3.11.6/bin/
EDIT: I’ll just make a symlink for the time being