We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29e389d commit 1f99625Copy full SHA for 1f99625
.vscode/tasks.json
@@ -131,7 +131,7 @@
131
"cwd": "scripts",
132
"env": {
133
"UNATTENDED": "1",
134
- "DEBUG": "1",
+ // "DEBUG": "1",
135
"PYTHON": "${env:CDL_PYTHONEXE}"
136
}
137
},
DataLab.bat
@@ -0,0 +1,7 @@
1
+@echo off
2
+for %%a in ("%CDL_PYTHONEXE%") do set "p_dir=%%~dpa"
3
+for %%a in (%p_dir:~0,-1%) do set "WINPYDIRBASE=%%~dpa"
4
+call %WINPYDIRBASE%scripts\env_for_icons.bat %*
5
+cd/D %~dp0
6
+set PYTHONPATH=%cd%
7
+start "" "%WINPYDIR%\pythonw.exe" -m cdl.app %*
0 commit comments