oneclick / rubyinstaller2

MSYS2 based RubyInstaller for Windows
https://rubyinstaller.org
BSD 3-Clause "New" or "Revised" License
646 stars 248 forks source link

not able to install jekyll #261

Closed AndreLau11 closed 1 year ago

AndreLau11 commented 2 years ago

What problems are you experiencing?

Windows

Steps to reproduce

does not found the jekyll package, so I can not run anything.

What's the output from ridk version?

jekyll: command not found

mohits commented 2 years ago

@AndreLau11 - did you install the ruby gem for Jekyll?

You would need to open a command prompt and then do: gem install jekyll

After that, you would be able to do jekyll something.

Hope this helps.

Cheers!

AndreLau11 commented 2 years ago

it gives me this issue [image: image.png]

El dom, 13 mar 2022 a la(s) 02:23, Mohit Sindhwani @.***) escribió:

@AndreLau11 https://github.com/AndreLau11 - did you install the ruby gem for Jekyll?

You would need to open a command prompt and then do: gem install jekyll

After that, you would be able to do jekyll something.

Hope this helps.

Cheers!

— Reply to this email directly, view it on GitHub https://github.com/oneclick/rubyinstaller2/issues/261#issuecomment-1066051406, or unsubscribe https://github.com/notifications/unsubscribe-auth/AU43K75G3MBAO4SLVPEJTALU7WQZPANCNFSM5O6BMXFA . You are receiving this because you were mentioned.Message ID: @.***>

mohits commented 2 years ago

Hi @AndreLau11 - I'm sorry that you image did not make it through to GitHub for some reason. Could you paste it into the web page at: https://github.com/oneclick/rubyinstaller2/issues/261#issuecomment-1066216562

mohits commented 1 year ago

Hi @AndreLau11, I am closing this issue. Please feel free to reopen it if you still have this problem.