Instalar miniconda into your linux Operating system
# shorts
wget « https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-$(uname)-$(uname -m).sh »
bash Miniforge3-$(uname)-$(uname -m).sh
source .bashrc
# Use this next command to take action on the rc files listed above
reload bash
source .bashrc
# Use this next command to take action on the rc files listed above
conda init –reverse
source .bashrc$(uname -m).sh »
bash Miniforge3-$(uname)-$(uname -m).sh
Views : 50
linux
Source by The Machine Learning Engineer