From a744bfcd8d6482424d0108f9a0cf18ae10ad5d5e Mon Sep 17 00:00:00 2001
From: Yan Grange <grange@astron.nl>
Date: Fri, 9 Oct 2020 16:14:29 +0200
Subject: [PATCH] Wrap python in Singularity

---
 singupy.sh | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100755 singupy.sh

diff --git a/singupy.sh b/singupy.sh
new file mode 100755
index 0000000..97a25d6
--- /dev/null
+++ b/singupy.sh
@@ -0,0 +1,2 @@
+#!/usr/bin/env bash
+singularity exec -B ${HOME}/.rucio/:/opt/rucio/etc ${HOME}/rucio_dev/rucio-py3.simg python3 $*
-- 
GitLab