We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 957f43b commit 800cc7aCopy full SHA for 800cc7a
scripts/setenv.bat
@@ -30,7 +30,7 @@ CALL "%OSGEO4W_ROOT%\bin\o4w_env.bat"
30
31
: Python Setup
32
SET BASE=%~dp0..\
33
-set PATH=%OSGEO4W_ROOT%\bin;%QGIS%\bin;%BASE%\src\;C:\Program Files (x86)\Git\bin;%PATH%;
+set PATH=%OSGEO4W_ROOT%\bin;%QGIS%\bin;%BASE%\src\;C:\Program Files\Git\bin;%PATH%;
34
SET PYTHONHOME=%OSGEO4W_ROOT%\apps\Python27
35
set PYTHONPATH=%BASE%\src;%QGIS%\python;%BASE%\libs
36
0 commit comments