Skip to content

Instantly share code, notes, and snippets.

@NathanW2
Created April 11, 2018 02:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NathanW2/2e9ef2e4a8caa5e1d326d4602d41f3c3 to your computer and use it in GitHub Desktop.
Save NathanW2/2e9ef2e4a8caa5e1d326d4602d41f3c3 to your computer and use it in GitHub Desktop.
SET ROOT=C:\Program Files\QGIS 3.0
CALL "%ROOT%\bin\o4w_env.bat"
CALL "%ROOT%\bin\py3_env.bat"
CALL "%ROOT%\bin\qt5_env.bat"
SET PYTHONPATH=%PYTHONPATH%;%ROOT%\apps\qgis\python
SET PYCHARM="C:\Program Files\JetBrains\PyCharm Community Edition 2017.2.2\bin\pycharm64.exe"
start "PyCharm aware of QGIS" /B %PYCHARM% %*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment