Skip to content

Commit

Permalink
explicitly add conda defaults channel
Browse files Browse the repository at this point in the history
  • Loading branch information
twelch committed Dec 10, 2024
1 parent e411bc4 commit 36eef78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions installer/linux/amd64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ mkdir -p ~/miniconda \
&& chmod 755 Miniconda3-py312_24.7.1-0-Linux-x86_64.sh \
&& bash Miniconda3-py312_24.7.1-0-Linux-x86_64.sh -b -p /home/vscode/miniconda3 \
&& echo "Running $(conda --version)" && \
conda config --add channels defaults && \
conda init bash && \
. /home/vscode/.bashrc && \
conda update conda && \
Expand Down
1 change: 1 addition & 0 deletions installer/linux/arm64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ mkdir -p ~/miniconda \
&& chmod 755 Miniconda3-py312_24.7.1-0-Linux-aarch64.sh \
&& bash Miniconda3-py312_24.7.1-0-Linux-aarch64.sh -b -p /home/vscode/miniconda3 \
&& echo "Running $(conda --version)" && \
conda config --add channels defaults && \
conda init bash && \
. /home/vscode/.bashrc && \
conda update conda && \
Expand Down

0 comments on commit 36eef78

Please sign in to comment.