From 081d8d5abce8af16a92aa1f3d9762b05e11be533 Mon Sep 17 00:00:00 2001 From: Dobromir Popov Date: Tue, 24 Sep 2024 23:48:57 +0300 Subject: [PATCH] fix conda install script --- linux/petals.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/petals.txt b/linux/petals.txt index 3050f62..bcfceb1 100644 --- a/linux/petals.txt +++ b/linux/petals.txt @@ -17,7 +17,7 @@ ### install miniconda >apt update ->apt wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh +>wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh >bash Miniconda3-latest-Linux-x86_64.sh > conda create -n petals python=3.10