- UID
- 122332
- 注册时间
- 2021-9-18
- 在线时间
- 小时
- 最后登录
- 1970-1-1
- 精华
- 阅读权限
- 20
- 听众
- 收听
已绑定手机
|
发表于 2021-10-22 16:13:20
|
显示全部楼层
H:\MSFS2020\msfs2020-google-map-main>if exist .\Python39\python.exe (
echo "Use embedded python"
.\Python39\python.exe src\app.py
) else (
echo "Use user python"
py -m pip install -r requirements.txt
py src\app.py
)
"Use user python"
'py' is not recognized as an internal or external command,
operable program or batch file.
'py' is not recognized as an internal or external command,
operable program or batch file.
H:\MSFS2020\msfs2020-google-map-main>pause
Press any key to continue . .
完全无法运行 |
|