Skip to content

Commit 9f5f52b

Browse files
committed
Address review: clarify uv run
1 parent 2513b01 commit 9f5f52b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

command-line.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ uv add jupyterlab
133133
Say you have a script called `analysis.py`, you can run it with Python on the command line using
134134

135135
```bash
136-
uv run analysis.py
136+
uv run python analysis.py
137137
```
138138

139139
which calls Python as a programme and gives it `analysis.py` as the argument. If you have multiple versions of Python, which you should do if you're following best practice and using a version per project, then you can see *which* version of Python is being used with

0 commit comments

Comments
 (0)