alert-dawn-51425
06/06/2023, 8:42 PM./pants export --symlink-python-virtualenv --resolve=python-default
to link against a certain python version. It is building using python3.9 and I would like to see the virtual-env in 3.10happy-kitchen-89482
06/06/2023, 9:33 PMhappy-kitchen-89482
06/06/2023, 9:33 PMalert-dawn-51425
06/06/2023, 9:39 PM[python]
enable_resolves = true
resolves_generate_lockfiles = false
# performance improvement since we are not using PEX-style lock files
# see <https://www.pantsbuild.org/docs/reference-python#run_against_entire_lockfile>
run_against_entire_lockfile = true
interpreter_constraints = [">=3.9,<3.11"]
[python.resolves]
python-default = "3rdparty/python/_requirements.txt"
pants-plugins = "build_support/plugins/deps_lock.txt"
[pip-tools.resolves_to_requirements]
python-default = "3rdparty/python/requirements.in"
pants-plugins = "build_support/plugins/requirements.in"
happy-kitchen-89482
06/06/2023, 10:04 PMhappy-kitchen-89482
06/06/2023, 10:05 PMalert-dawn-51425
06/14/2023, 2:35 PMhappy-kitchen-89482
06/15/2023, 2:50 AM./pants
and not the new pants
launcher then yes, that might cause issues.happy-kitchen-89482
06/15/2023, 2:51 AM./pants
temporarily to force-point to the hidden 3.9 interpreter (I think there may be an env var for that, depending on your script)happy-kitchen-89482
06/15/2023, 2:51 AM