Y
Hacker News
new
|
ask
|
show
|
jobs
by
Cyph0n
171 days ago
This comes with the added benefit that your environment is reverted as soon as you exit the Nix shell.
1 comments
fastasucan
169 days ago
I dont think your emvironment is permanently changed with uv run?
link
Cyph0n
169 days ago
Where does uv download the Python interpreter to?
link
exographicskip
163 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