You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would expect to find entry for rerun in ~/.rbenv/shims but there is nothing there. Simply copying one of the other files in that dir (verbatim) and naming it rerun made it available as a command.
11:00:08 ~/projects/rodatest 2.7.5 ❯ bundle install
Fetching gem metadata from https://rubygems.org/.............
Resolving dependencies...
Using bundler 2.3.11
Using nio4r 2.5.8
Using rack 3.0.4.1
Using ffi 1.15.5
Fetching rb-fsevent 0.11.2
Using rb-inotify 0.10.1
Using puma 6.0.2
Using roda 3.64.0
Installing rb-fsevent 0.11.2
Fetching listen 3.8.0
Installing listen 3.8.0
Fetching rerun 0.14.0
Installing rerun 0.14.0
Bundle complete! 3 Gemfile dependencies, 10 gems now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.
11:11:52 ~/projects/rodatest 2.7.5 ❯ rerun rackup
zsh: command not found: rerun
The text was updated successfully, but these errors were encountered:
MacOS 12.6.2 on M1 Mac
using rbenv
Would expect to find entry for
rerun
in ~/.rbenv/shims but there is nothing there. Simply copying one of the other files in that dir (verbatim) and naming itrerun
made it available as a command.The text was updated successfully, but these errors were encountered: