Skip to content

Commit 4e61e87

Browse files
authored
Set generic paths
1 parent c637ef1 commit 4e61e87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

S3_NRT.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
# 00 12 * * * /bin/bash -c "/path/to/wrapper/S3_NRT.sh" > /path/to/log/log_NRT.txt
88

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

1212
# activate SICE anaconda virtual environment
13-
. /srv/home/8675309/local/anaconda/envs/SICE/bin/activate
13+
. /path/to/anaconda/envs/SICE/bin/activate
1414

1515
set -o errexit
1616
set -o nounset

0 commit comments

Comments
 (0)