Versions Compared

Key

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

...

  1. Set up path for wine.

    Code Block
    languagebash
    $. /arcgis/server/framework/etc/arcenv
  2. Execute python3 under wine.

    Code Block
    languagebash
    $wine /arcgis/server/framework/runtime/ArcGIS/bin/Python/envs/arcgispro-py3/python.exe 
  3. Alternatively, you can run python in custom environment.

    Code Block
    languagebash
    $wine /home/arcgis/bin/Python/envs/test/Pythonpython.exe
Info
ArcGIS Python doesn't include GDAL.

...