Skip to content

Commit

Permalink
Set generic paths
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienWehrle authored Apr 14, 2021
1 parent c637ef1 commit 4e61e87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions S3_NRT.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
# 00 12 * * * /bin/bash -c "/path/to/wrapper/S3_NRT.sh" > /path/to/log/log_NRT.txt

# use SNAP gpt
export PATH=/srv/home/8675309/local/snap/bin:${PATH}
export PATH=/path/to/snap/bin:${PATH}

# activate SICE anaconda virtual environment
. /srv/home/8675309/local/anaconda/envs/SICE/bin/activate
. /path/to/anaconda/envs/SICE/bin/activate

set -o errexit
set -o nounset
Expand Down

0 comments on commit 4e61e87

Please sign in to comment.