You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suspect the --remote-login-shell option needs to be applied to all commands (at the moment it's only applied to the final run-radiopadre command, but not to the "maintenance" commands before that). It may be the case that virtualenv on the remote end is only available to a login shell. I'll modify stuff accordingly.
@rstofi could please test with this new version? It should invoke the login shell (assuming remote_login_shell is set in the config) when creating the virtualenv, hopefully it's a little more seamless now.
Discussed in #49
Originally posted by rstofi November 18, 2022
I've tried to
--auto-init
from local to a remote machine, but I got the following error message:A working solution is simply to create the virtualenv on the remote via
after this
--auto-init
works as expected.The text was updated successfully, but these errors were encountered: