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