Skip to content
Snippets Groups Projects
Commit 7314c9a0 authored by Matthew K Defenderfer's avatar Matthew K Defenderfer
Browse files

fix env

parent 98ea76ec
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment