From d72266e1a2f946c8cf112b368cbc9d29d6eac948 Mon Sep 17 00:00:00 2001 From: caubet_m Date: Thu, 23 Jan 2025 11:14:18 +0100 Subject: [PATCH] Remove psi-python --- pages/merlin6/05-Software-Support/python.md | 28 --------------------- 1 file changed, 28 deletions(-) diff --git a/pages/merlin6/05-Software-Support/python.md b/pages/merlin6/05-Software-Support/python.md index 95e0b3a..c043d2c 100644 --- a/pages/merlin6/05-Software-Support/python.md +++ b/pages/merlin6/05-Software-Support/python.md @@ -10,38 +10,10 @@ permalink: /merlin6/python.html PSI provides a variety of ways to execute python code. -1. **psi-python modules** - Central installation with common packages pre-installed 2. **Anaconda** - Custom environments for using installation and development 3. **Jupyterhub** - Execute Jupyter notebooks on the cluster 4. **System Python** - Do not use! Only for OS applications. -## `psi-python` modules - -The easiest way to use python is using the centrally maintained psi-python modules: - -``` -~ $ module avail psi-python -------------------------------------- Programming: ------------------------------ - -psi-python27/2.3.0 psi-python27/2.2.0 psi-python27/2.4.1 -psi-python27/4.4.0 psi-python34/2.1.0 psi-python35/4.2.0 -psi-python36/4.4.0 - -~ $ module load psi-python36/4.4.0 -~ $ python --version -Python 3.6.1 :: Anaconda 4.4.0 (64-bit) -``` - -These include over 250 common packages from the -[Anaconda](https://docs.anaconda.com/anaconda/) software distribution, including -numpy, pandas, requests, flask, hdf5, and more. - -{% include callout.html type="warning" content=" -**Caution**{: .text-warning} -Do not use `module load python`. These modules are minimal installs intended as -dependencies for other modules that embed python. -"%} - ## Anaconda [Anaconda](https://www.anaconda.com/) ("conda" for short) is a package manager with