astral-sh / rye

a Hassle-Free Python Experience
https://rye.astral.sh
MIT License
13.6k stars 466 forks source link

Support clear cache when using `uv` #1080

Open nrbnlulu opened 4 months ago

nrbnlulu commented 4 months ago

Discussed in https://github.com/astral-sh/rye/discussions/990

Originally posted by **nrbnlulu** April 3, 2024 I figure that rye uses some global package cache. If I accidentally modify some package sources I would like to distinct the cache is it possible?
charliermarsh commented 4 months ago

What are you trying to do with the cache? Clear it? Use a custom location?

nrbnlulu commented 4 months ago

Clear it?

Yes, sorry for the misleading header.

Generally it is useful if for some reason you edited the package and you want to reinstall it.

nrbnlulu commented 3 months ago

Willing to help on this one if you'd have time to write some minor guidelines...