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 17ce79a commit a851640Copy full SHA for a851640
install.bat
@@ -34,7 +34,7 @@ if /i "%script_dir%"=="%current_dir%" (
34
echo **** openvino-ai-plugins-gimp Setup started ****
35
36
REM Create a virtual environment
37
-python -m venv gimpenv3
+call python -m venv gimpenv3
38
39
call "gimpenv3\Scripts\activate"
40
0 commit comments