Activate Anaconda
Anaconda is an open-source and free package and environment management system which allows you to install eg. python or R packages into separate virtual environments. Miniconda is a lightweight version.
The anaconda package is installed on the server. If you wish to use the installed version, type the following commands into the terminal:
source /opt/anaconda3/bin/activate
conda init