Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

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" />@PYTHON@

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

...