Last active
February 3, 2022 16:01
-
-
Save ellisbrown/2068e8339371e9991e3a2f17b49d204c to your computer and use it in GitHub Desktop.
Revisions
-
ellisbrown renamed this gist
Feb 3, 2022 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
ellisbrown renamed this gist
Feb 3, 2022 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
ellisbrown created this gist
Feb 3, 2022 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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