Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 1.04 KB

README.md

File metadata and controls

51 lines (32 loc) · 1.04 KB

Healthcare Facilities

Contents

Usage

Prerequisites

  • A Linux-based operating system
  • wget installed on your system

Miniconda Installation

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:

  1. Navigate to the bin directory:
cd bin
  1. Make the script executable:
chmod +x install_miniconda.sh
  1. Run the script:
./install_miniconda.sh

Uninstalling miniconda

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.