cool-easter-32542
09/12/2024, 1:36 PMsrc/python/pants/core/subsystems/python_bootstrap.py:from pex.variables import Variables
tests/python/pants_test/init/test_plugin_resolver.py:from pex.interpreter import PythonInterpreter
And it is a dependency in ./3rdparty/python/user_reqs.lock
However, the intended stable interface of Pex is the cli instead of using it 'as a library'. Having two different versions of Pex floating around is also a continuing source of confusion.
pantsbuild/pants