Update home authored by van Vliet's avatar van Vliet
...@@ -1804,8 +1804,21 @@ We recommend to have a look at the following web pages: ...@@ -1804,8 +1804,21 @@ We recommend to have a look at the following web pages:
### FSLeyes ### FSLeyes
[See: Programs that can run with "vglrun"](https://git.lumc.nl/shark/shark-centos-slurm-user-guide/-/wikis/home#programs-that-can-run-with-vglrun) [See: Programs that can run with "vglrun"](https://git.lumc.nl/shark/shark-centos-slurm-user-guide/-/wikis/home#programs-that-can-run-with-vglrun)
## Python
As a researcher, student, scientist or health care worker, there is a big change you have to work with the programming language **Python**. Basically it is almost de facto programming language in the research world.
By default, Python version 3.6.8 is installed as part of the opererating system (CentOS 8.X).
If you need another version of Python (older or newer), you can load them with the **module** command (module add).
We have the following extra Python versions installed on the cluster:
* 2.7.17
* 3.7.6
* 3.8.1
You can load on of these with:
```
module add system/python/2.7.17
module add system/python/3.7.6
module add system/python/3.8.1
```