python-project-template icon indicating copy to clipboard operation
python-project-template copied to clipboard

Enable uv-based setups during project setup?

Open hombit opened this issue 3 months ago • 0 comments

Currently, we assume the pip command is available when setting up a project. However, in environments created with uv venv, pip is not installed; instead, the uv pip command should be used, or pip should be installed with uv pip install pip.

hombit avatar Oct 13 '25 15:10 hombit