alisnic / stackprof-webnav

Web UI for viewing stackprof dumps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gem has been installed, but 'command not found'

ruvaleev opened this issue · comments

macOS Catalina, has installed gem gem install stackprof-webnav, but when I try to run service, I got the error

stackprof-webnav
-bash: stackprof-webnav: command not found

do you use a ruby version manager, like RVM? or is the built-in Ruby from macOS?

I use rbenv. I guess, the problem is I must use bundle exec for run anything. Thanks for help! )