Skip to content

Commit a851640

Browse files
committed
Small tweak to work with pyenv-win
1 parent 17ce79a commit a851640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ if /i "%script_dir%"=="%current_dir%" (
3434
echo **** openvino-ai-plugins-gimp Setup started ****
3535

3636
REM Create a virtual environment
37-
python -m venv gimpenv3
37+
call python -m venv gimpenv3
3838

3939
call "gimpenv3\Scripts\activate"
4040

0 commit comments

Comments
 (0)