Created
January 17, 2013 06:12
-
-
Save NathanW2/4554068 to your computer and use it in GitHub Desktop.
Load Aptana Studio 3 with QGIS libs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
set OSGEO4W_ROOT=C:\OSGeo4W | |
set OSGEO4W_ROOT=%OSGEO4W_ROOT:\\=\% | |
set PATH=%OSGEO4W_ROOT%\bin;%PATH% | |
for %%f in ("%OSGEO4W_ROOT%\etc\ini\*.bat") do call "%%f" | |
set PYTHONPATH=C:\OSGeo4W\apps\qgis-dev\python | |
Set PATH=C:\OSGeo4W\apps\qgis-dev\bin;%PATH% | |
set QGISHOME=C:\OSGeo4W\apps\qgis-dev\ | |
start "Aptana" /B "C:\Program Files\Aptana\Aptana Studio 3\AptanaStudio3.exe" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment