💭 Installing Python - uv ======================== !https://docs.astral.sh/uv/guides/install-python/ Date: August 23, 2024 Installing and managing Python | uv A guide to using uv to install Python, including requesting specific versions, automatic installation, viewing installed versions, and more. docs.astral.sh [1] `uv` now can install python for you. `uv` is inspired by rust's cargo, an all in one fast package and installation manager. `uv` is so fast and becoming feature complete, it's really changing the python packaging ecosystem. ``` bash uv python install uv python install 3.12 uv python list ``` !!! note This post is a thought [2]. It's a short note that I make about someone else's content online #thoughts [3] References: [1]: https://docs.astral.sh/uv/guides/install-python/ [2]: /thoughts/ [3]: /tags/thoughts/