trojblue commited on
Commit
110d705
·
verified ·
1 Parent(s): 177e531

Update aws_software_setup.sh

Browse files
Files changed (1) hide show
  1. aws_software_setup.sh +4 -1
aws_software_setup.sh CHANGED
@@ -40,7 +40,10 @@ fi
40
  if [[ ! $(which python) == *miniconda* ]]
41
  then
42
  echo "Installing Miniconda3..."
43
- cd ~/ && mkdir -p miniconda3 && wget https://repo.anaconda.com/miniconda/Miniconda3-py310_23.5.2-0-Linux-x86_64.sh -O ./miniconda3/miniconda.sh --no-check-certificate && bash ./miniconda3/miniconda.sh -b -u -p ./miniconda3 && rm ./miniconda3/miniconda.sh && ./miniconda3/bin/conda init bash && source ~/.bashrc && python -m pip install unibox ipykernel jupyter && python -m ipykernel install --user --name=conda310
44
  else
45
  echo "Miniconda3 is already installed."
46
  fi
 
 
 
 
40
  if [[ ! $(which python) == *miniconda* ]]
41
  then
42
  echo "Installing Miniconda3..."
43
+ cd ~/ && mkdir -p miniconda3 && wget https://repo.anaconda.com/miniconda/Miniconda3-py310_23.5.2-0-Linux-x86_64.sh -O ./miniconda3/miniconda.sh --no-check-certificate && bash ./miniconda3/miniconda.sh -b -u -p ./miniconda3 && rm ./miniconda3/miniconda.sh && ./miniconda3/bin/conda init bash && source ~/.bashrc
44
  else
45
  echo "Miniconda3 is already installed."
46
  fi
47
+
48
+ echo "run in terminal:"
49
+ echo "python -m pip install unibox ipykernel jupyter s5cmdpy poetry&& python -m ipykernel install --user --name=conda310"