cc_staff
353
edits
No edit summary |
(Stop suggesting Python 2) |
||
Line 19: | Line 19: | ||
<!--T:6--> | <!--T:6--> | ||
You can then load the version of your choice using '''module load'''. For example, to load Python | You can then load the version of your choice using '''module load'''. For example, to load Python 3.6 you can use the command | ||
{{Command|module load python/ | {{Command|module load python/3.6}} | ||
=== SciPy stack === <!--T:31--> | === SciPy stack === <!--T:31--> | ||
Line 75: | Line 75: | ||
<!--T:16--> | <!--T:16--> | ||
We first load the Python interpreter: | We first load the Python interpreter: | ||
{{Command|module load python/ | {{Command|module load python/3.6}} | ||
<!--T:18--> | <!--T:18--> |