Skip to content

Commit

Permalink
detect conda and python versions for SETENV
Browse files Browse the repository at this point in the history
  • Loading branch information
thkuo committed Jul 7, 2021
1 parent 52a758d commit 4347da5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions install/SETENV.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ else
fi
echo 'Creating environment "'$core_env_name'"'

# check conda and python versions
echo $( conda -V )
echo $( python -V )

# ensure the conda channels
check_conda_channels ||{ echo "Errors in setting conda channels"; exit; }
if [ -d $( dirname $( dirname $( which conda ) ) )/envs/$core_env_name ]; then
Expand Down

0 comments on commit 4347da5

Please sign in to comment.