Closed curtchan closed 4 years ago
`In Process.php line 256:
[Symfony\Component\Process\Exception\ProcessFailedException] The command "ssh login@server "where /usr/local/bin/composer"" failed.
Exit Code: 127(Command not found)
Working directory: project_dir
bash: where: command not found `
So... why does it even try running where on server-side in the first place if im providing it direct paths to composer and php binaries?
where
duplicate of #38
`In Process.php line 256:
[Symfony\Component\Process\Exception\ProcessFailedException] The command "ssh login@server "where /usr/local/bin/composer"" failed.
Exit Code: 127(Command not found)
Working directory: project_dir
bash: where: command not found `
So... why does it even try running
where
on server-side in the first place if im providing it direct paths to composer and php binaries?