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
:setlocal avoids the classpath inflation when zamiacad.bat is invoked recurrently, many times
setlocal
IF not DEFINED ZAMIA_HOME (
set ZAMIA_HOME=%~dp0
)
set PYTHONPATH=%ZAMIA_HOME%\share\python\Lib
set CLASSPATH=%CLASSPATH%;%ZAMIA_HOME%bin;%ZAMIA_HOME%share;%ZAMIA_HOME%share\jars\*
echo This will start python interpreter within zamia project. You may run a script by zamia_source("your_script.py") or use %~nx0 --help for other options.