0

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.

Eddie
  • 9,696
  • 4
  • 45
  • 58
CtC
  • 54
  • 3
  • Bosh cli v1 will be deprecated soon. You should use BOSH cli v2 instead which is implemented in go: https://github.com/cloudfoundry/bosh-cli – muehsi May 22 '17 at 10:24
  • You should also try `gem which bosh_cli` to see if and where it is installed. – muehsi May 22 '17 at 10:32
  • What does `bosh -v` show? Maybe you have installed 2 boshes and 2nd version of it have other syntax. – ipeacocks May 25 '17 at 21:29

0 Answers0