Jekyll - command not found

后端 未结 15 1844

I am trying to get Jekyll running but I have no experience with Ruby.
As far as I can tell the installation of Jekyll has succeeded.
However:

$ jekyll
         


        
15条回答
  •  死守一世寂寞
    2021-01-31 02:43

    If you are using RBENV instead of RVM you simply need to run rehash in the command line after installing jekyll:

    rbenv rehash
    

提交回复
热议问题