So I tried out the hermetic python stuff. Really c...
# general
h
So I tried out the hermetic python stuff. Really cool addition! I set my interpreter constraints to
CPython==3.8.10
and saw it installing python for me. When I went looking, I saw
3.8.16
in
~/.cache/pants/named_caches/pyenv
. What actually controls the version?
One thing I'm trying out now is that I didn't update my lockfile generation with the new constraint. We used to have
>=3.8,<3.9
.
Changing the constraints used to generate the lockfile did not trigger a new installation. It was still using
3.8.16
Wiping
named_caches/pyenv
to force a new install didn't seem to change anything
Still installed
3.8.16
b