Environment Modules: Difference between revisions
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
== Loading modules == | == Loading modules == | ||
Availability of (different versions of) software can be checked by the following command: | |||
module avail | module avail | ||
In the list you should note that python3 is indeed available to be loaded, which then can be loaded with the following command: | In the list you should note that python3 is indeed available to be loaded, which then can be loaded with the following command: | ||
module load python/3.3.3 | module load python/3.3.3 | ||
== See also == | == See also == | ||
* [[B4F_cluster | B4F Cluster]] | * [[B4F_cluster | B4F Cluster]] |
Revision as of 21:47, 29 November 2013
Loading modules
Availability of (different versions of) software can be checked by the following command:
module avail
In the list you should note that python3 is indeed available to be loaded, which then can be loaded with the following command:
module load python/3.3.3