Versions Compared

Key

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

...

Scripts need to start with the appropriate #! line for the language used. For python, you should start you script with

Code Block

#!<at:var at:name="PYTHON" />

to use the same version of python that the release uses.

...