Skip to content

Commit

Permalink
Install script support
Browse files Browse the repository at this point in the history
A `tools` directory was added to include various support scripts for
installing Payu on Raijin.  Would be nice to phase these out, but they
still seem to be important for managing module files and setting
permissions, etc.
  • Loading branch information
marshallward committed Dec 4, 2018
1 parent d8dc05e commit cf3c6da
Show file tree
Hide file tree
Showing 4 changed files with 22,342 additions and 0 deletions.
14 changes: 14 additions & 0 deletions tools/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Support tools and install scripts
---------------------------------

These are various scripts which aid for installation on Raijin.

- ``nci_install`` is for the newer versions of Payu, which use a fixed Python
executable and rely on entry points for command line execution.

- ``legacy_install`` is for older versions, which have less strict install
requirements (mostly due to internal bootstrapping techniques which re-apply
similar constraint)

- ``get-pip.py`` is a small script available publicly which install pip for
Python 2.6.
Loading

0 comments on commit cf3c6da

Please sign in to comment.