From a6f5180c27c77964803add4e43651aef05ea8850 Mon Sep 17 00:00:00 2001 From: Udi Oron Date: Wed, 4 Dec 2024 19:11:04 +0200 Subject: [PATCH] docs: add a link to `uv python pin` docs (#9630) The current docs are not clear for those who are not fimiliar with the 'pin' commnad. Adding a link instead of adding more instructions. --- docs/concepts/python-versions.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/concepts/python-versions.md b/docs/concepts/python-versions.md index 4c74608c6..800c29409 100644 --- a/docs/concepts/python-versions.md +++ b/docs/concepts/python-versions.md @@ -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`.