Skip to content

Instantly share code, notes, and snippets.

@ellisbrown
Last active February 3, 2022 16:01
Show Gist options
  • Select an option

  • Save ellisbrown/2068e8339371e9991e3a2f17b49d204c to your computer and use it in GitHub Desktop.

Select an option

Save ellisbrown/2068e8339371e9991e3a2f17b49d204c to your computer and use it in GitHub Desktop.

Revisions

  1. ellisbrown renamed this gist Feb 3, 2022. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. ellisbrown renamed this gist Feb 3, 2022. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  3. ellisbrown created this gist Feb 3, 2022.
    9 changes: 9 additions & 0 deletions install_miniconda
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    CONDA_DIR=~/miniconda3
    OS_VERS=Linux-x86_64

    mkdir -p $CONDA_DIR
    wget https://repo.anaconda.com/miniconda/Miniconda3-latest-$OS_VERS.sh -O $CONDA_DIR/miniconda.sh
    bash $CONDA_DIR/miniconda.sh -b -u -p $CONDA_DIR
    rm -rf $CONDA_DIR/miniconda.sh
    $CONDA_DIR/bin/conda init bash
    $CONDA_DIR/bin/conda init zsh