1 2 3 4 5 6 7 8 9 10 11
#!/bin/sh # 1. Remove continuedev/.venv rm -rf continuedev/.venv # 2. Run pyinstaller run.m1.spec pyinstaller run.m1.spec # 3. Reinstall poetry deps cd continuedev && poetry install