-
Notifications
You must be signed in to change notification settings - Fork 253
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with location in which gem install by default #395
Comments
Can you try Windows command shell? |
This may be an issue with RubyGems. Can you post:
I noticed some problems locally, but I have a 'unique' windows setup. |
You probably installed in multi-user-mode. This can make gem installs more difficult. Unless you really want to work with multiple users, you should install in single user mode. See https://github.com/oneclick/rubyinstaller2/wiki/FAQ#user-content-install-mode |
@MSP-Greg, the gem env:
I managed to fully uninstall Ruby, and to install it for the user, as @larskanis suggested. Now jekyll is in ruby gems: But I still get this output: It is worth noting that if I run jekyll via Ruby it works: Also $ ruby -S jekyll serve works |
What problems are you experiencing?
I cannot execute jekyll from by Bash terminal
Steps to reproduce
I followed the instructions from the website. Everything is installed, but when I type:
$ jekyll -v
/c/Users/username/AppData/Local/Microsoft/WindowsApps/jekyll: line 6: /c/Users/username/AppData/Local/Microsoft/WindowsApps/ruby: No such file or directory
Then I type:
$ where jekyll
C:\Users\username\AppData\Local\Microsoft\WindowsApps\jekyll
C:\Users\username\AppData\Local\Microsoft\WindowsApps\jekyll.bat
What's the output from
ridk version
?The text was updated successfully, but these errors were encountered: