Skip to content

Commit 28e5af8

Browse files
committed
[-] return updated python and pip variables from install-env.bat
1 parent 6d85ff5 commit 28e5af8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

install-env.bat

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,6 @@ echo Python version is:
2222
%PYTHON% --version
2323

2424
echo PIP version is:
25-
%PIP% --version
25+
%PIP% --version
26+
27+
endlocal && set PYTHON=%PYTHON% && set PIP=%PIP%

0 commit comments

Comments
 (0)