Commit 3d63bb1
committed
Fix virtual environment activation path on Windows
The setup.sh script was hardcoded to use .venv/bin/activate, which fails
on Windows where Python creates .venv/Scripts/activate instead. This
adds an OSTYPE check to select the correct path on msys/cygwin shells
while preserving the existing behavior on Linux and macOS.
Fixes #1291 parent 4b2549e commit 3d63bb1
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
19 | 23 | | |
20 | 24 | | |
21 | 25 | | |
0 commit comments