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

add debug

parent d3d79df4
No related branches found
No related tags found
No related merge requests found
......@@ -3,8 +3,6 @@
# Set working directory to home directory
cd "${HOME}"
module reset
#
# Launch Xfce Window Manager and Panel
#
......@@ -37,9 +35,14 @@ module load Anaconda3
# List loaded modules
module list
# Debug Statements
echo "Display: ${DISPLAY}"
# Launch PyCharm
set -x
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
pycharm"
echo ${cmd}
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