Project

General

Profile

Feature #762

Python library install should check for correct install

Added by Rogers, Chris over 11 years ago. Updated over 10 years ago.

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...

#1

Updated by Rogers, Chris over 11 years ago

  • Tracker changed from Bug to Feature
#2

Updated by Rogers, Chris over 11 years ago

It's not clear - I mean when installing modules into python, like numpy and matplotlib.

#3

Updated by Tunnell, Christopher over 11 years ago

Okay, I'll try to get it done this month.

#4

Updated by Tunnell, Christopher over 11 years ago

  • Due date set to 01 November 2011
  • Estimated time set to 1.00 h
#5

Updated by Rogers, Chris over 10 years ago

  • Status changed from Open to Rejected

Also available in: Atom PDF