This repository was archived by the owner on Feb 28, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit 3bcd7b9
committed
refactor: 修改shebang,兼容MINGW环境
#!/usr/bin/python3 可以兼容
1. 安装位置没有改动的Linux
2. Windows的Py.exe 启动器(即使Windows没有对应目录)
但Windows下git 使用MINGW运行,查找这个路径会失败
MINGW带有env,会在PATH里面查找对应命令
改为交由env解析1 parent fa464bc commit 3bcd7b9
2 files changed
+4
-1
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
61 | + | ||
62 | + | ||
63 | + |
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | - | ||
1 | + | ||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
|
0 commit comments