I found the problem. Subtle one! odrive was in ~/bin and my $PATH had it as ~/bin instead of $HOME/bin which confuses things. It will normally resolve but which doesn’t so clearly the behavior in the shell is quite different! Once I got that it worked just fine.
1 Like