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 65ca577 commit 2730d4eCopy full SHA for 2730d4e
.vscode/tasks.json
@@ -864,6 +864,7 @@
864
"cwd": "scripts",
865
"env": {
866
"UNATTENDED": "1",
867
+ "RELEASE": "0",
868
"PYTHON": "${command:python.interpreterPath}",
869
},
870
"statusbar": {
scripts/_tests_.bat
@@ -17,5 +17,10 @@ echo Modname=%MODNAME%
17
echo LibName=%LIBNAME%
18
echo LibVersion=%VERSION%
19
echo DLModulePath=%DATALAB_MODULE_PATH%
20
+echo ===========================================================================
21
+echo Python=%PYTHON%
22
+echo WINPYDIRBASE=%WINPYDIRBASE%
23
+echo PYTHONPATH=%PYTHONPATH%
24
25
26
call %FUNC% EndOfScript
0 commit comments