Skip to content

Commit

Permalink
Make rapids-print-env compatible with non-conda images (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajschmidt8 authored Jun 17, 2024
1 parent 7d8ffd5 commit dcd1349
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions tools/rapids-print-env
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ arch
rapids-logger "Check python version"
python --version

rapids-logger "Check conda environment"
conda info
conda config --show-sources
conda list --show-channel-urls
if command -v conda > /dev/null; then
rapids-logger "Check conda environment"
conda info
conda config --show-sources
conda list --show-channel-urls
fi

0 comments on commit dcd1349

Please sign in to comment.