Skip to content

Instantly share code, notes, and snippets.

@NathanW2
Created January 17, 2013 06:12
Show Gist options
  • Save NathanW2/4554068 to your computer and use it in GitHub Desktop.
Save NathanW2/4554068 to your computer and use it in GitHub Desktop.
Load Aptana Studio 3 with QGIS libs
@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