Jekyll - command not found

后端 未结 15 1968

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

    I installed my ruby2.6.0 and gem via brew on MacOS 10.14.
    For me, add the following line to my ~/.zshrc solved this issue.

     export PATH=/usr/local/lib/ruby/gems/2.6.0/bin:$PATH
    

    I found jekyll executable file with command locate jekyll.

提交回复
热议问题