Skip to content

Commit

Permalink
added my local gaea anaconda installation to the default path
Browse files Browse the repository at this point in the history
  • Loading branch information
travissluka committed May 24, 2018
1 parent 0e8a698 commit 66b0408
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion config/env.gaea
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,12 @@ module load nco/4.6.4
module load cmake/3.6.1

# Need rocoto added to the path
export PATH=/ncrc/home1/Christopher.W.Harrop/opt/rocoto/1.2.4-p1/bin:$PATH
export PATH="/ncrc/home1/Christopher.W.Harrop/opt/rocoto/1.2.4-p1/bin:$PATH"

# some of the post processing scripts rely on specific python modules
# pointing to my local anaconda installation for now.
# TODO cleanup the workflow so that this is not needed
export PATH="/lustre/f1/unswept/ncep/Travis.Sluka/software/python3/bin:$PATH"


# settings for compiling
Expand Down

0 comments on commit 66b0408

Please sign in to comment.