Changes between Initial Version and Version 1 of Ticket #385
- Timestamp:
- 10/18/13 09:10:08 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #385 – Description
initial v1 11 11 12 12 GG. 13 13 {{{ 14 14 SET GDAL_DATA=C:\OSGeo4W\share\epsg_csv 15 15 SET GISBASE=C:\OSGeo4W\apps\grass\grass-6.4.3 … … 17 17 SET GRASS_SH=C:\OSGeo4W\apps\msys\bin\sh.exe 18 18 SET LD_LIBRARY_PATH=C:\OSGeo4W\apps\grass\grass-6.4.3\lib 19 SET Path=C:\OSGeo4W\bin;C:\OSGeo4W\lib;C:\OSGeo4W\apps\python27\Scripts;C:\OSGeo4W\apps\python27\lib\site-packages\PyQt4;C:\OSGeo4W\apps\qgis;C:\OSGeo4W\apps\qgis\bin;C:\OSGeo4W\apps\grass\grass-6.4.3\scripts;C:\OSGeo4W\apps\grass\grass-6.4.3\etc;C:\OSGeo4W\apps\grass\grass-6.4.3\etc\python;C:\OSGeo4W\apps\grass\grass-6.4.3\lib;C:\OSGeo4W\apps\grass\grass-6.4.3\bin;C:\OSGeo4W\apps\msys\bin;%PATH%20 19 SET PYTHONHOME=C:\OSGeo4W\apps\python27 21 20 SET PYTHONLIB=C:\OSGeo4W\apps\python27; 22 SET PYTHONPATH=C:\OSGeo4W\apps\qgis\python\Lib;C:\OSGeo4W\apps\qgis\python;C:\OSGeo4W\bin;C:\OSGeo4W\apps\grass\grass-6.4.3\etc\python23 21 SET QGIS_DEBUG=1 24 22 chcp 65001 25 23 SET GDAL_DATA=C:\OSGeo4W\share\gdal 26 24 SET GDAL_DRIVER_PATH=C:\OSGeo4W\bin\gdalplugins\ 25 }}} 27 26 27 ''[editor's note: forced line-wrap for legibility]'' 28 {{{ 29 SET Path=C:\OSGeo4W\bin;^ 30 C:\OSGeo4W\lib;^ 31 C:\OSGeo4W\apps\python27\Scripts;^ 32 C:\OSGeo4W\apps\python27\lib\site-packages\PyQt4;^ 33 C:\OSGeo4W\apps\qgis;^ 34 C:\OSGeo4W\apps\qgis\bin;^ 35 C:\OSGeo4W\apps\grass\grass-6.4.3\scripts;^ 36 C:\OSGeo4W\apps\grass\grass-6.4.3\etc;^ 37 C:\OSGeo4W\apps\grass\grass-6.4.3\etc\python;^ 38 C:\OSGeo4W\apps\grass\grass-6.4.3\lib;^ 39 C:\OSGeo4W\apps\grass\grass-6.4.3\bin;^ 40 C:\OSGeo4W\apps\msys\bin;%PATH% 41 42 SET PYTHONPATH=C:\OSGeo4W\apps\qgis\python\Lib;^ 43 C:\OSGeo4W\apps\qgis\python;^ 44 C:\OSGeo4W\bin;C:\OSGeo4W\apps\grass\grass-6.4.3\etc\python 45 }}}