Skip to content

Commit

Permalink
Fixing Conda
Browse files Browse the repository at this point in the history
  • Loading branch information
sokrypton committed Oct 15, 2024
1 parent b7e015f commit d7f184c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions beta/relax_amber.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
"\n",
"if not os.path.isfile(\"CONDA_READY\"):\n",
" print(\"installing conda...\")\n",
" os.system(\"wget -qnc https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-Linux-x86_64.sh\")\n",
" os.system(\"bash Mambaforge-Linux-x86_64.sh -bfp /usr/local\")\n",
" os.system(\"wget -qnc https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-x86_64.sh\")\n",
" os.system(\"bash Miniforge3-Linux-x86_64.sh -bfp /usr/local\")\n",
" os.system(\"mamba config --set auto_update_conda false\")\n",
" os.system(\"touch CONDA_READY\")\n",
"\n",
Expand Down

0 comments on commit d7f184c

Please sign in to comment.