Commit c97fd9e
committed
Fix iTerm2 "Cannot Run Script: __pycache__ is malformed" startup dialog
install.sh now removes any stray __pycache__ from the AutoLaunch folder —
iTerm2 tries to run every entry there, and a bytecode cache dir (created if
anything imports the deployed script) triggers the dialog on every launch.
Also ignore TODO.md (maintainer notes, not for publication).1 parent 0c51ce6 commit c97fd9e
2 files changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
4 | 7 | | |
5 | 8 | | |
6 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
27 | 32 | | |
28 | 33 | | |
29 | 34 | | |
| |||
0 commit comments