From a76fdb3875bfd46bd7c1fdb1e9d76897889cfb3b Mon Sep 17 00:00:00 2001 From: Bowen Liang Date: Tue, 29 Apr 2025 17:48:21 +0800 Subject: [PATCH] update local-source-code.mdx --- en/getting-started/install-self-hosted/local-source-code.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/getting-started/install-self-hosted/local-source-code.mdx b/en/getting-started/install-self-hosted/local-source-code.mdx index ec37ef7e..5d759058 100644 --- a/en/getting-started/install-self-hosted/local-source-code.mdx +++ b/en/getting-started/install-self-hosted/local-source-code.mdx @@ -53,7 +53,7 @@ To install additional Python versions, use pyenv install. pyenv install 3.12 ``` -To switch to the "3.12" Python environment globally, use the following command: +To switch to the "3.12" Python environment, use the following command: ```Bash pyenv global 3.12