From 7314c9a0dd32d9254ece915da5e673caa53661d0 Mon Sep 17 00:00:00 2001 From: Matthew Defenderfer <mdefende@uab.edu> Date: Thu, 6 Mar 2025 14:50:33 -0600 Subject: [PATCH] fix env --- template/script.sh.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/script.sh.erb b/template/script.sh.erb index 6c50123..4bce4da 100755 --- a/template/script.sh.erb +++ b/template/script.sh.erb @@ -40,7 +40,7 @@ echo "Display: ${DISPLAY}" # Launch PyCharm set -x -cmd="singularity exec --env \"DISPLAY:$DISPLAY\" -B \"/tmp/.X11-unix:/tmp/.X11-unix\" \ +cmd="singularity exec --env \"DISPLAY=$DISPLAY\" -B \"/tmp/.X11-unix:/tmp/.X11-unix\" \ <%= context.extra_singularity_args %> \ <%= context.container_path %> \ pycharm" -- GitLab