We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fa3bb1 commit 7d72119Copy full SHA for 7d72119
1 file changed
README.md
@@ -241,7 +241,7 @@ Many tools will "just work" as long as they select the python found from the cur
241
uv-python-shims, you can add something like the following to your shell
242
startup file.
243
```
244
- export PIPX_DEFAULT_PYTHON="$(command -v python)
+ export PIPX_DEFAULT_PYTHON="$(command -v python)"
245
246
247
- **uv tool:** UV's equivalent to `pipx install` is `uv tool install`.
0 commit comments