I’m writing a script to be run on ArcGIS for Desktop, which only runs on Windows machines.
Is there any use for a shebang line at its beginning, and if there is then what should it be (e.g. #!C:Python27ArcGIS10.3python.exe
)?
I’m writing a script to be run on ArcGIS for Desktop, which only runs on Windows machines.
Is there any use for a shebang line at its beginning, and if there is then what should it be (e.g. #!C:Python27ArcGIS10.3python.exe
)?