When I attempt to install terminus-rsync-plugin, Terminus displays an error: [error] Please update Composer to enable plugin management. Run composer self-update.
According to all the documentation I can find, I have all the correct versions of things. Any ideas?
Okay, here is a conundrum: my system reports composer version 2.4.1, but when I try the plugin install command with the terminus verbose switch, terminus reports composer 2.0.13 ?!?
$ composer --version
Composer version 2.4.1 2022-08-20 11:44:50
$ terminus -vvv self:plugin:install terminus-rsync-plugin
[debug] Running composer --version...
[debug] Returned:
Composer version 2.0.13 2021-04-27 13:11:08
[error] Please update Composer to enable plugin management. Run composer self-update.
Is /usr/local/bin/composer the only thing that those command report?
If you run /usr/local/bin/composer --version you get the same output? (2.4.1)
I’m thinking you may have an alias in your .bashrc/.zshrc that is pointing to a different place with the correct version and therefore terminus is unable to use it (terminus can only read a binary in $PATH, not using aliases)