Commit e33b257
committed
Run the project venv's jac for --scale deploy
jac install installs the jac-scale plugin into .jac/venv; the global jac
CLI builds its arg parser before that venv is on sys.path, so it does not
recognize the plugin-contributed --scale flag. Invoke .jac/venv/bin/jac
so jac-scale is loaded at startup.1 parent bdc03ea commit e33b257
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
58 | 63 | | |
59 | 64 | | |
60 | 65 | | |
| |||
0 commit comments