Feature #762
Python library install should check for correct install
Status:
Rejected
Priority:
Normal
Assignee:
Tunnell, Christopher
Category:
Build System
Target version:
Start date:
21 October 2011
Due date:
01 November 2011
% Done:
0%
Estimated time:
1.00 h
Workflow:
Description
Add something like
python -m <new module>
if [ $? != 0 ] then;
echo 'FATAL Some error messsage'
exit(1)
fi
Would probably reduce support overhead if people saw failed builds as they occur...
Updated by Rogers, Chris over 11 years ago
It's not clear - I mean when installing modules into python, like numpy and matplotlib.
Updated by Tunnell, Christopher over 11 years ago
- Due date set to 01 November 2011
- Estimated time set to 1.00 h