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

changes

parent 7314c9a0
No related branches found
No related tags found
No related merge requests found
#!/bin/bash -l #!/usr/bin/env bash
# Set working directory to home directory # Set working directory to home directory
cd "${HOME}" cd "${HOME}"
...@@ -35,9 +35,6 @@ module load Anaconda3 ...@@ -35,9 +35,6 @@ module load Anaconda3
# List loaded modules # List loaded modules
module list module list
# Debug Statements
echo "Display: ${DISPLAY}"
# Launch PyCharm # Launch PyCharm
set -x 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\" \
......
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