Skip to content

Commit 2327b01

Browse files
authored
Fix commands to list Python versions and create venvs with specific versions (#16)
* Fix commands to list Python versions and create venvs with specific versions * Remove Creating venv instruction as it is duplicated
1 parent 96a3ff3 commit 2327b01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/1. Initializing/1.2. uv.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ source .venv/bin/activate
9898
- **Listing available Python interpreters**:
9999

100100
```bash
101-
uv venv --python
101+
uv python list
102102
```
103103

104104
## How to use uv as a drop-in replacement for pipx?

0 commit comments

Comments
 (0)