Skip to content

Commit

Permalink
python-3.7.6: Add help("modules") at end of build
Browse files Browse the repository at this point in the history
Add

    python3 -c 'help("modules")'

at the end of build script. The idea is, that this command requires all
available modules to be loaded and would emmit error messages and
non-zero exist status in case of any errors in the installation.
  • Loading branch information
david authored and donald committed Mar 29, 2020
1 parent a37219c commit f030a17
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python-3.7.6-0.build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -218,4 +218,7 @@ pip3 install --prefix=$PREFIX python-bioformats

pip3 install --prefix=$PREFIX jupyterlab # request Peter Arndt

# try to load all packages, maybe we can see installation errors
python3 -c 'help("modules")' > /dev/null

exit

0 comments on commit f030a17

Please sign in to comment.