Skip to content

Commit

Permalink
Update main.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuboudreau authored Sep 19, 2024
1 parent e7a27b4 commit 2093835
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions algos/ads_3/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O mi
bash miniconda.sh -b -p miniconda
echo ". miniconda/etc/profile.d/conda.sh" >> ~/.bashrc
source ~/.bashrc
which conda
conda env create -f environment.yml -n ads_v3

source activate ads_v3
miniconda/bin/conda env create -f environment.yml -n ads_v3

source activate miniconda/envs/ads_v3

pip install -e .

Expand Down

0 comments on commit 2093835

Please sign in to comment.