Notifications You must be signed in to change notification settings How to install Conda to use the group's tools and codes. Conda is a package management system ...
#make a new dir bashs mkdir -p ~/miniconda3 #use wget to download file wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O ~/miniconda3 ...
We will use Miniconda as a package manager. A package manager can create and manage environments that are a collection of different packages and keep them isolated. Miniconda does not come with a GUI ...