Include the Python version and install location in rbssh --version.
Review Request #12575 — Created Sept. 2, 2022 and submitted — Latest diff uploaded
rbssh --version
now includes the same information found when running
rb-site --version
. This includes the Python version and the location
in whichrbssh
was installed.This can help with diagnosing issues where there may be multiple
versions ofrbssh
potentially installed (such as when a user attempts
to upgrade and switches Python versions in the process, but the old copy
remains).
Ran with
--version
and saw the output.