- A Linux-based operating system
wget
installed on your system
This script automates the installation of Miniconda on a Linux system. It downloads the Miniconda installer, installs it, and sets up the environment.
To learn more about Miniconda, visit the official documentation by clicking on this link: Miniconda Documentation
Instructions:
- Navigate to the
bin
directory:
cd bin
- Make the script executable:
chmod +x install_miniconda.sh
- Run the script:
./install_miniconda.sh
To uninstall Miniconda, run the following command:
rm -rf ~/miniconda
Note: The above commands will remove miniconda and all its associated files from your system. Use with caution.