Commit 4770e54
shadeform
fix(setup): run create_default_users with project venv and cwd
Step 8 used CWD-relative env/bin/python, so notebooks opened from a parent
directory could invoke the wrong interpreter (missing asyncpg). Use
project_root for the venv path, set subprocess cwd to project_root for
.env loading, and clarify manual recovery commands.
Made-with: Cursor1 parent 928b492 commit 4770e54
1 file changed
Lines changed: 7 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3391 | 3391 | | |
3392 | 3392 | | |
3393 | 3393 | | |
3394 | | - | |
| 3394 | + | |
3395 | 3395 | | |
3396 | | - | |
| 3396 | + | |
3397 | 3397 | | |
3398 | | - | |
| 3398 | + | |
3399 | 3399 | | |
3400 | 3400 | | |
3401 | 3401 | | |
| |||
3406 | 3406 | | |
3407 | 3407 | | |
3408 | 3408 | | |
3409 | | - | |
| 3409 | + | |
| 3410 | + | |
3410 | 3411 | | |
3411 | 3412 | | |
3412 | 3413 | | |
| |||
3418 | 3419 | | |
3419 | 3420 | | |
3420 | 3421 | | |
3421 | | - | |
| 3422 | + | |
| 3423 | + | |
3422 | 3424 | | |
3423 | 3425 | | |
3424 | 3426 | | |
| |||
0 commit comments