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