#18136 Add option for specifiying directory name in `export` goal for Python venvs
Issue created by
chris-stetter
Is your feature request related to a problem? Please describe.
I think the export goal aims at helping to setup the IDE. We use a vscode devcontainer and the Python subversion, e.g. 3.8.XYZ might change if the image gets pull again. Therefore, it is more cumbersome to point the IDE to the exported directory.
Describe the solution you'd like
An option to specify the interpreter name of the directory or a symlink.
Describe alternatives you've considered
I have added a symlink to point from
3.8
to
3.8.15
.
pantsbuild/pants