Skip to content

Commit

Permalink
Minor conda script changes (#222)
Browse files Browse the repository at this point in the history
* Install mamba on initial miniconda installation

* Package svmbir now available via conda

* Package _license no longer exists
  • Loading branch information
bwohlberg authored Feb 11, 2022
1 parent c084dda commit b2cfe33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions misc/conda/install_conda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,9 @@ rm -f /tmp/miniconda.sh
export PATH="$CONDAHOME/bin:$PATH"
hash -r
conda config --set always_yes yes
conda install -n root _license
conda install mamba -n base -c conda-forge
conda update -q conda
conda info -a
#conda config --add channels conda-forge

echo "Add the following to your .bashrc or .bash_aliases file"
echo " export CONDAHOME=$CONDAHOME"
Expand Down
2 changes: 1 addition & 1 deletion misc/conda/make_conda_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ EOF
)
# Requirements that cannot be installed via conda (i.e. have to use pip)
NOCONDA=$(cat <<-EOF
bm3d faculty-sphinx-theme py2jn colour_demosaicing ray[tune] svmbir
bm3d faculty-sphinx-theme py2jn colour_demosaicing ray[tune]
EOF
)

Expand Down

0 comments on commit b2cfe33

Please sign in to comment.