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

remove debug

parent 023acb45
No related branches found
No related tags found
No related merge requests found
...@@ -37,11 +37,7 @@ module list ...@@ -37,11 +37,7 @@ module list
# Launch PyCharm # Launch PyCharm
set -x set -x
cmd="singularity exec --env \"DISPLAY=$DISPLAY\" -B \"/tmp/.X11-unix:/tmp/.X11-unix\" \ singularity exec --env \"DISPLAY=$DISPLAY\" -B \"/tmp/.X11-unix:/tmp/.X11-unix\" \
<%= context.extra_singularity_args %> \ <%= context.extra_singularity_args %> \
<%= context.container_path %> \ <%= context.container_path %> \
pycharm" pycharm
\ No newline at end of file
echo ${cmd}
eval ${cmd}
\ No newline at end of file
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