Troubleshooting issues with installing Ruby on Windows #111
juliastone0729
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
To mitigate issues with installation, our team made a few updates to the Installing Ruby on Windows section of our documentation.
If you are installing Ruby on Windows and receive an error like "/c/Users/example/AppData/Local/Microsoft/WindowsApps/jekyll: line 6: /c/Users/example/AppData/Local/Microsoft/WindowsApps/ruby: No such file or directory" you can resolve the issue by following these steps:
ruby -v
(This should provide a response like “ruby 3.2.2” which lets you know that your Ruby is correctly installed)gem update --system
gem install bundler jekyll
Note: If you already had everything installed and working, the final step is that in your existing projects on your machine, you need to delete the "Gemfile.lock", since they were created by your old versions, then do a fresh bundle install.
Beta Was this translation helpful? Give feedback.
All reactions