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

add context and actually run pycharm

parent c9895ea3
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,8 @@ cd "${HOME}"
# Load Anaconda3
module load Anaconda3
<%= context.custom_environment.gsub(/\r\n?/, "\n") %>
# List loaded modules
module list
......@@ -39,4 +41,6 @@ set -x
# <%= context.container_path %> \
# pycharm
module --ignore-cache load PyCharm/2022.3.2
\ No newline at end of file
module --ignore-cache load PyCharm/2022.3.2
pycharm.sh
\ 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