ssh-cluster unable to sudo pip install
Closed this issue · 2 comments
dyollluap commented
Trying to use cgcloud to test out the new exome pipeline...
It needs a few pip installations but I keep getting an error from cgcloud ssh-cluster toil -a sudo pip install synapseclient
INFO: === Performing operation on leader ===
sudo: no tty present and no askpass program specified
INFO: === Performing operation on workers ===
sudo: no tty present and no askpass program specified
jvivian commented
The -a
comes before toil
, otherwise it's being passed as part of the SSH command.
dyollluap commented
Thanks!