Project

General

Profile

Idea #4312

Updated by Tom Clegg over 9 years ago

In the epic command line crunch-job uses to start each task, add something like 

 <pre> 
 ((pip freeze 2>/dev/null | grep arvados) || dpkg --show '*arvados*') 
 </pre> 

 (or, hopefully, some less clunky way of accommodating both pip and deb installs) 

Back