Skip to content

Instantly share code, notes, and snippets.

@jeffgreenca
Last active January 31, 2018 16:26
Show Gist options
  • Save jeffgreenca/ff7b1129f0b4898801739e7f5aef47f2 to your computer and use it in GitHub Desktop.
Save jeffgreenca/ff7b1129f0b4898801739e7f5aef47f2 to your computer and use it in GitHub Desktop.
Validate if the arcgis python module is available
import platform
print("Using python version %s" % platform.python_version())
import arcpy
print("Everything seems OK")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment