adjust to recent changes
This commit is contained in:
parent
4c28e7f626
commit
8575794e47
|
@ -64,7 +64,7 @@ secondLevel "Version"
|
||||||
cat VERSION
|
cat VERSION
|
||||||
echo
|
echo
|
||||||
secondLevel "Settings in CONFIG"
|
secondLevel "Settings in CONFIG"
|
||||||
cat CONFIG
|
cat env/CONFIG
|
||||||
|
|
||||||
firstLevel "System"
|
firstLevel "System"
|
||||||
uname -a
|
uname -a
|
||||||
|
@ -84,7 +84,7 @@ for executable in python python3; do
|
||||||
done
|
done
|
||||||
secondLevel "Details on $DEFAULT_PYTHON:"
|
secondLevel "Details on $DEFAULT_PYTHON:"
|
||||||
echo $(ls -la $(which $DEFAULT_PYTHON))
|
echo $(ls -la $(which $DEFAULT_PYTHON))
|
||||||
for module in numpy scipy;do
|
for module in numpy scipy pandas;do
|
||||||
thirdLevel $module
|
thirdLevel $module
|
||||||
$DEFAULT_PYTHON -c "import $module; \
|
$DEFAULT_PYTHON -c "import $module; \
|
||||||
print('Version: {}'.format($module.__version__)); \
|
print('Version: {}'.format($module.__version__)); \
|
||||||
|
|
Loading…
Reference in New Issue