Commit a9b0147
fix(setup): create & activate venv before installing dependencies in setupDeveloperPC.sh
Previously, setupDeveloperPC.sh for Linux/MacOS tried to install python packages
even if no virtual environment is active
It was causing to skip installation of packages leading to dependency issues
This commit
- checks if venv exists , if not than it creates it and activates it
- added .venv/ to gitignore to stop tracking it
Signed-off-by: neo-0007 <hrishikeshgohain123@gmail.com>1 parent e3d047b commit a9b0147
2 files changed
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
24 | 35 | | |
25 | 36 | | |
26 | 37 | | |
| |||
0 commit comments