Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/concepts/python-versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ The `.python-version` file can be used to create a default Python version reques
described above can be used, though use of a version number is recommended for interopability with
other tools.

A `.python-version` file can be created in the current directory with the `uv python pin` command.
A `.python-version` file can be created in the current directory with the
[`uv python pin`](../reference/cli.md/#uv-python-pin) command.

Discovery of `.python-version` files can be disabled with `--no-config`.

Expand Down