Primary informations
Username: $licata
Cluster: $BAOBAB
Description
I load the relevant modules for Python 3.11.5 (GCCcore-13.2.0, Python 3.11.5) and when I list my loaded modules, they are both there, although I cannot create any virtual environments. I get the error: -bash: virtualenv: command not found
Steps to Reproduce
module load GCCcore/13.2.0
module load Python/3.11.5
module list
which python
virtualenv ~/baobab_mne
Expected Result
Normally, it creates the empty virtual environment. Recently, it isn’t recognizing the commands virtualenv or venv
Actual Result
-bash: venv: command not found