uv: The new virtual environment¶
- Basically, it is to replace the venv.
- It is a fast python package manager.
- It can manage entire python projects.
Installation¶
Usage¶
Python versions¶
uvinstalls Python and allows quickly switching between versions.
Install multiple Python versions:
use
To use 3.10 for the current directory