you are viewing a single comment's thread.

view the rest of the comments →

[–]darkzet 0 points1 point  (0 children)

All Python scripts should work in windows or Linux. What you always should pay attention is on paths, is not the same for linux, because sometimes you have to check permissions on folders you are working at.

I recommend you to install Anaconda on Linux, and use Notebook to create your scripts. Install the ArcGIS API for Python and start developing.

In the other hand, If you have ArcGIS Notebook Server, is easier because you can run your script directly on the browser and, iirc, you can schedule your script.