Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
conda to use the default channels
  • Loading branch information
Mathiyarasy committed Oct 14, 2025
commit 5b803e1e6f4493ac6168b2a6fa86211dcadea265
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ update_conda_package() {
PACKAGE=$1
VERSION=$2

sudo_if "conda install $PACKAGE=$VERSION"
sudo_if "conda install -y -c defaults $PACKAGE=$VERSION"
}

sudo_if /opt/conda/bin/python3 -m pip install --upgrade pip
Expand Down