update local-source-code.mdx

This commit is contained in:
Bowen Liang
2025-04-29 17:48:21 +08:00
parent f4b340a294
commit a76fdb3875

View File

@@ -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