Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sebp committed Feb 4, 2024
1 parent 69c430b commit 703e7fb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup-conda.sh
Expand Up @@ -48,7 +48,8 @@ exit 1

sudo "${CONDA}/bin/conda" update -q -n base conda && \
sudo "${CONDA}/bin/conda" install -q -n base anaconda-client conda-build && \
sudo chown -R "${USER}" "${CONDA}" && \
"${CONDA}/bin/conda" info --all && \
"${CONDA}/bin/conda" config --show || \
sudo chown -R "${USER}" "${CONDA}" || \
exit 1

"${CONDA}/bin/conda" info --all
"${CONDA}/bin/conda" config --show

0 comments on commit 703e7fb

Please sign in to comment.