Skip to content

Commit

Permalink
Merge pull request #3 from Ethyling/check-env
Browse files Browse the repository at this point in the history
Add rapids-check-env tool
  • Loading branch information
jjacobelli authored Sep 7, 2022
2 parents 0b1c3c5 + b25ed25 commit 5f7fc87
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions tools/rapids-check-env
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#!/bin/bash
#
# rapids-check-env
#
# prints summary of environment
#

rapids-logger "Get env"
env | sort

rapids-logger "Check python version"
python --version

rapids-logger "Check conda environment"
conda info
conda config --show-sources
conda list --show-channel-urls

0 comments on commit 5f7fc87

Please sign in to comment.