Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit d085e41

Browse files
committed
update setup
1 parent 7c28f27 commit d085e41

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

scripts/margin_setup.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55

66
# install miniconda
77
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
8-
sh -y ./Miniconda3-latest-Linux-x86_64.sh
9-
10-
# get github repo
11-
conda install gh -c conda-forge --solver libmamba
8+
curl -o Miniconda3-latest-Linux-x86_64.sh -L https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh && \
9+
sh Miniconda3-latest-Linux-x86_64.sh -u -b -p ./miniconda && \
10+
rm -f Miniconda3-latest-Linux-x86_64.sh
11+
source ./miniconda/bin/activate
1212

1313
# set up env
1414
conda create -y -n margin python=3.11

0 commit comments

Comments
 (0)