the program bosh is currently not installed

207 Views Asked by At

After successfully running:

$ sudo gem install bosh_cli --no-ri --no-rdoc

I receive the message

The program 'bosh' is currently not installed. You can install it by typing: sudo apt install bosh

However, I verified that it is installed, using:

$ gem list bosh_cli
bosh_cli (1.3262.26.0)

If I install bosh using apt, then I am unable to execute the expected commands such as:

$ bosh target 192.168.50.4 lite
File not found 'target'

For reference, I'm using the instructions here

Any assistance you can provide is appreciated.

0

There are 0 best solutions below