Python: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Zephyr == The default version of Python on the Zephyr cluster is 2.6.6. Python 2.7 and wxPython2.7 are also installed and do not require a module to be loaded. Python 3...") |
No edit summary |
||
(6 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
The current operating system on the cluster is CentOS 7, and the default version of Python installed as part of the operating system is Python 2. Ordinarily, you should avoid using this built-in version and rather load a module. | |||
module load python/3.10.4 | |||
There are quite a few different versions available, and we can install Python modules in any version of Python as needed. | |||
You can see general information about modules [[Setting Up Your Environment#Accessing application software with modules| here.]] | |||
Latest revision as of 20:10, December 4, 2023
The current operating system on the cluster is CentOS 7, and the default version of Python installed as part of the operating system is Python 2. Ordinarily, you should avoid using this built-in version and rather load a module.
module load python/3.10.4
There are quite a few different versions available, and we can install Python modules in any version of Python as needed.
You can see general information about modules here.