We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65fec68 commit 327d0f8Copy full SHA for 327d0f8
manual/deployment/mmc_deploy_android.md
@@ -101,7 +101,7 @@ python3 --version
101
```bash
102
# 使用 pip 安装 uv
103
pip3 install uv --break-system-packages -i https://mirrors.huaweicloud.com/repository/pypi/simple/
104
-echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc
+grep -qF 'export PATH="$HOME/.local/bin:$PATH"' ~/.bashrc || echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc
105
source ~/.bashrc
106
```
107
0 commit comments