Y
Hacker News
new
|
ask
|
show
|
jobs
by
fastasucan
164 days ago
I dont think your emvironment is permanently changed with uv run?
1 comments
Cyph0n
164 days ago
Where does uv download the Python interpreter to?
link
exographicskip
158 days ago
By default, it's `~/Library/Caches/uv/environments-v2/` on macos.
Can find via `uv cache dir`
See:
https://docs.astral.sh/uv/reference/cli/#uv-cache-dir
link