Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add bundler setup requirement #378

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

JensTimmerman
Copy link

this is needed to make whatweb work after following the installation instructions.

The current installation instructions for manual install tel me to

git clone repo
cd WhatWeb
bundle install
-> Your user account isn't allowed to install to the system RubyGems.
You can cancel this installation and run:

  bundle config set --local path 'vendor/bundle'
  bundle install

So I run
bundle config set --local path 'vendor/bundle'
bundle install
-> Bundle complete! 11 Gemfile dependencies, 28 gems now installed.
Bundled gems are installed into ./vendor/bundle

./whatweb
WhatWeb is not installed and is missing dependencies.
The following gems are missing:

  • addressable

To install run the following command from the WhatWeb folder:
'bundle install'

running bundle exec whatweb does work
ruby -rbundler/setup whatweb also works

And so this patch also works.

this is needed to make whatweb work after following the installation instructions:
@bcoles bcoles mentioned this pull request Sep 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant