Skip to content

Commit

Permalink
[Scripts] Fix git path
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanW2 committed Jan 13, 2019
1 parent 957f43b commit 800cc7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setenv.bat
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ CALL "%OSGEO4W_ROOT%\bin\o4w_env.bat"

: Python Setup
SET BASE=%~dp0..\
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%;
SET PYTHONHOME=%OSGEO4W_ROOT%\apps\Python27
set PYTHONPATH=%BASE%\src;%QGIS%\python;%BASE%\libs

Expand Down

0 comments on commit 800cc7a

Please sign in to comment.