Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

ArcGIS Linux runs arcpy using wine. Python is a simple wrapper in bash.

Step-by-step guide

  1. /arcgis/server/tools/python

    Code Block
    >>import arcpy, os
    >> sdList = os.listdir('c:/')
    >> print sdList
    ['Program Files', 'Program Files (x86)', 'ProgramData', 'Python27', 'users', 'windows



Python3

  1. wine ./server/framework/runtime/ArcGIS/bin/Python/envs/arcgispro-py3/python.exe
  2. wine ./server/framework/runtime/ArcGIS/bin/Python/Scripts/conda.exe
Info
ArcGIS Python doesn't include GDAL.

References

  1. https://enterprise.arcgis.com/en/server/10.3/publish-services/linux/deploying-custom-python-packages.htm

Content by Label
showLabelsfalse
max5
spacesSDT
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel = "arcpy" and type = "page" and space = "SDT"
labelsarcpy

Page properties
hiddentrue
Related issues