Skip to content
Snippets Groups Projects
Commit ca14b4aa authored by Timo Millenaar's avatar Timo Millenaar
Browse files

Add symlink to python3 to prevent '/usr/bin/gfal-copy: line 28:...

Add symlink to python3 to prevent '/usr/bin/gfal-copy: line 28: /usr/bin/python: No such file or directory'
parent 39adce9c
No related branches found
No related tags found
1 merge request!6Allow for non-sara downloads
This commit is part of merge request !6. Comments created here will be created in the context of that merge request.
...@@ -32,5 +32,6 @@ requirements: ...@@ -32,5 +32,6 @@ requirements:
globus-url-copy $turl - | tar -xvf - globus-url-copy $turl - | tar -xvf -
else else
echo "Downloading $1 with gfal-copy" echo "Downloading $1 with gfal-copy"
ln -s /usr/bin/python3 /usr/bin/python
gfal-copy $1 - | tar -xvf - gfal-copy $1 - | tar -xvf -
fi fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment