My Reproduction Steps
I am having an issue running my Jekyll project. At first, I thought I did something wrong but I cloned the repository on GitHub to my local machine and I see the same error message.
Below I reproduced my steps. Can anyone help?
Steps
git clone https://github.com/jekyll/jekyll.git
- Ran
jekyll serve
- Received Error Message:
-bash: /usr/local/bin/jekyll: /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby: bad interpreter: No such file or directory
- ran
jekyll doctor
- Received Error Message:
-bash: /usr/local/bin/jekyll: /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby: bad interpreter: No such file or directory
MacBook Pro (Retina, 13-inch, Early 2015)
macOS High Sierra
Version 10.13.2
The Output I Wanted
I want to run my project.
My Reproduction Steps
I am having an issue running my Jekyll project. At first, I thought I did something wrong but I cloned the repository on GitHub to my local machine and I see the same error message.
Below I reproduced my steps. Can anyone help?
Steps
git clone https://github.com/jekyll/jekyll.gitjekyll serve-bash: /usr/local/bin/jekyll: /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby: bad interpreter: No such file or directoryjekyll doctor-bash: /usr/local/bin/jekyll: /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby: bad interpreter: No such file or directoryMacBook Pro (Retina, 13-inch, Early 2015)
macOS High Sierra
Version 10.13.2
The Output I Wanted
I want to run my project.