Skip to content

Instantly share code, notes, and snippets.

@gregforcey
Last active September 7, 2018 17:52
Show Gist options
  • Save gregforcey/4e79f910f2c46dca665ee534590df644 to your computer and use it in GitHub Desktop.
Save gregforcey/4e79f910f2c46dca665ee534590df644 to your computer and use it in GitHub Desktop.
the path name syntax to use when setting up SublimeREPL with the ArcGIS python installation
// default_extend_env are used to augment any environment variables
// that should be visible for all subprocess repls launched within
// SublimeREPL. This is a very good place to add PATH extension
// once "PATH": "{PATH}:/home/username/mylocalinstalls/bin" or whatever
"default_extend_env": {"PATH": "C:/Python27/ArcGISx6410.6"}
// Add a comma to the end of the line above if you have other options in your user settings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment