Closed pprishchepa closed 5 years ago
For some reason we did not pass $PATH
in ~/.ssh/environment
. Fixed now.
Included in 4.11.0
Aliases in Drush v9 does not allow to specify env vars so I cannot override PATH value.
Now available in Drush 10.
I cannot execute remote drush command because of error
env: can't execute 'php': No such file or directory
. It seems the issue caused by wrong env varPATH
in PHP container in sshd session env var:Aliases in Drush v9 does not allow to specify env vars so I cannot override
PATH
value.