Experimental but very promising pip
replacement that handles package managing as well as virtual environments and Python version management.
uv
comes included with uvx
, an alias for uv tool run
. uvx
allos you to install and execute command-line tools on an ephemeral environment.
Note that you don't have to actively install a Python version! uv
will automatically fetch the required Python version for your project.