You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For help and available options, run without arguments:
138
202
```bash
139
-
python setup/setup_python_path.py
203
+
python setup/local_setup.py
140
204
```
141
205
3.**Restart VS Code** to apply all settings
142
206
4.**Sign in to Azure**: `az login --tenant <your-tenant-id>` and `az account set --subscription <your-subscription>`
@@ -164,9 +228,9 @@ If you prefer manual setup or the automated script doesn't work:
164
228
1. Verify the virtual environment is set up. You should see a new _.venv_ directory with a _pyveng.cfg_ file and the Python version you selected earlier.
165
229
1. Set up the project environment:
166
230
```bash
167
-
python setup/setup_python_path.py --generate-env
168
-
python setup/setup_python_path.py --setup-kernel
169
-
python setup/setup_python_path.py --setup-vscode
231
+
python setup/local_setup.py --generate-env
232
+
python setup/local_setup.py --setup-kernel
233
+
python setup/local_setup.py --setup-vscode
170
234
```
171
235
1.**Restart VS Code** to ensure all environment settings are loaded properly.
172
236
@@ -178,7 +242,7 @@ If you encounter import errors (e.g., `ModuleNotFoundError: No module named 'req
0 commit comments