Another q, is there a way to make the interpreters...
# general
h
Another q, is there a way to make the interpreters installed via
python-build-standalone
available in a standard dir or at least on PATH? I couldn’t work that out from the docs but it looks like there installed in
$XDG_CACHE_HOME/pants/named_caches
. This would be useful for supporting workflows outside of Pants but ensuring use of pinned Python versions.
g
This is a great question and I’m curious about this as well. I’m also curious about the previous UV question
c
One way should be to
export
an resolve with it.
h
One way should be to
export
an resolve with it.
Didn’t think of that. Would that just provide a symlink in a venv? It would be useful to go a step further and have the interpreters themselves be available without attachment to their appropriate environment.