Skip to content

Commit

Permalink
fix(pio): 在 home 路径后补充 / (#62)
Browse files Browse the repository at this point in the history
Co-authored-by: 鱼香ROS <[email protected]>
  • Loading branch information
julyfun and fishros authored Jul 13, 2024
1 parent 30a0c41 commit 3385a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/tool_install_micros_fishbot_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def install_nodejs(self):
# code,result = ChooseTask(dic,"请选择用户目录",array=True).run()

PrintUtils.print_info("开始生成安装脚本~")
install_sh = """export HOME={} && $HOME.platformio/penv/bin/pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple platformio
install_sh = """export HOME={} && $HOME/.platformio/penv/bin/pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple platformio
echo "开始下载ESP32开发依赖库~"
rm -rf /tmp/pio
mkdir -p /tmp/pio/
Expand Down

0 comments on commit 3385a95

Please sign in to comment.