You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/notes/slurm-from-cli/section2.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -174,7 +174,7 @@ The available software is also listed on our [website](https://www.rc.virginia.e
174
174
175
175
**Exercise 2**
176
176
177
-
Some exercise related to knowing when python is loaded or not.
177
+
Try typing the command `python` in a terminal window. Why was it unable to find the executable? Now, load a module of your choosing that has python. Try the `python` command again. Purge your current modules and try `python` again.
178
178
179
179
Use ```module spider R``` to show the available R modules and how to load them. Using this information, why does the command ```module load R``` give an error?
0 commit comments