Skip to content

Commit

Permalink
osgeo4w: avoid placing grass' rstudio path in front of osgeo4w qt
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Sep 17, 2020
1 parent 934d81c commit 0f2b53c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ms-windows/osgeo4w/qgis-grass.bat.tmpl
@@ -1,8 +1,8 @@
@echo off
call "%~dp0\o4w_env.bat"
call "%OSGEO4W_ROOT%\apps\grass\@grasspath@\etc\env.bat"
call qt5_env.bat
call py3_env.bat
call "%OSGEO4W_ROOT%\apps\grass\@grasspath@\etc\env.bat"
@echo off
path %OSGEO4W_ROOT%\apps\@package@\bin;%OSGEO4W_ROOT%\apps\grass\@grasspath@\lib;%OSGEO4W_ROOT%\apps\grass\@grasspath@\bin;%PATH%
set QGIS_PREFIX_PATH=%OSGEO4W_ROOT:\=/%/apps/@package@
Expand Down

0 comments on commit 0f2b53c

Please sign in to comment.