Skip to content

Commit af53af6

Browse files
Print EPICS root name
1 parent 0956009 commit af53af6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

create_virtual_env.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
if "%ICP_CONFIG_ENV_RUN%" == "" (
22
call C:\Instrument\Apps\EPICS\config_env.bat
3+
) else (
4+
@echo Using existing EPICS_ROOT %EPICS_ROOT%
35
)
46
del /q /s my_venv >NUL 2>&1
57
%PYTHON3% -m venv --system-site-packages my_venv

0 commit comments

Comments
 (0)