Making a Conda environment on ALICE

Here are the instructions for making a Conda environment on ALICE. https://uniofleicester.sharepoint.com/sites/Research-Computing/SitePages/python.aspx Specifically, in your home (~) directory run: wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -P ~ bash Miniconda3-latest-Linux-x86_64.sh Then you can make your environments and install what you need as so: conda create -n ENVNAME python=3.8 conda activate ENVNAME conda install numpy Then to call an environment from … Continue reading Making a Conda environment on ALICE