Skip to content

Commit 327d0f8

Browse files
Update manual/deployment/mmc_deploy_android.md
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 65fec68 commit 327d0f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manual/deployment/mmc_deploy_android.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ python3 --version
101101
```bash
102102
# 使用 pip 安装 uv
103103
pip3 install uv --break-system-packages -i https://mirrors.huaweicloud.com/repository/pypi/simple/
104-
echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc
104+
grep -qF 'export PATH="$HOME/.local/bin:$PATH"' ~/.bashrc || echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc
105105
source ~/.bashrc
106106
```
107107

0 commit comments

Comments
 (0)