- We currently presume pip is available to install uv
- When uv is already present on the system, mise will use uv to create a project virtualenv
reqs bootstrap will then try to install uv with pip and throw an error b/c pip isn't available
Related: why are we installing uv if it's already present?
reqs bootstrapwill then try to install uv with pip and throw an error b/c pip isn't availableRelated: why are we installing uv if it's already present?