ansible-viz icon indicating copy to clipboard operation
ansible-viz copied to clipboard

Install/run instructions don't work

Open ahuffman opened this issue 6 years ago • 1 comments

Following the README.md "Run:" instructions I get the following:

[user@fedajh ansible-viz]$ gem install bundle
Fetching: bundle-0.0.1.gem (100%)
Successfully installed bundle-0.0.1
Parsing documentation for bundle-0.0.1
Installing ri documentation for bundle-0.0.1
Done installing documentation for bundle after 0 seconds
1 gem installed
[user@fedajh ansible-viz]$ bundle install
Traceback (most recent call last):
	2: from /home/ahuffman/bin/bundle:23:in `<main>'
	1: from /usr/share/rubygems/rubygems.rb:308:in `activate_bin_path'
/usr/share/rubygems/rubygems.rb:289:in `find_spec_for_exe': can't find gem bundler (>= 0.a) with executable bundle (Gem::GemNotFoundException)

Some more info:

[user@fedajh ansible-viz]$ cat /etc/redhat-release
Fedora release 28 (Twenty Eight)

ahuffman avatar Jan 24 '19 20:01 ahuffman

Bundler 1.16.1 is needed as seen in the Gemfile.lock. Just install it with: gem install bundler -v 1.16.1

philippwiesner avatar Feb 25 '19 15:02 philippwiesner