oneclick / rubyinstaller2

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

No jekyll install #342

Closed evavansloten closed 8 months ago

evavansloten commented 1 year ago

What problems are you experiencing?

Jekyll -v doesn't give result

Steps to reproduce

C:\Users\evava>jekyll -v 'jekyll' is not recognized as an internal or external command, operable program or batch file.

What's the output from ridk version?

ruby: path: C:/Ruby32-x64 version: 3.2.2 platform: x64-mingw-ucrt cc: gcc.exe (Rev10, Built by MSYS2 project) 12.2.0 ruby_installer: package_version: 3.2.2-1 git_commit: 83df213 msys2: path: C:\Ruby32-x64\msys64 cc: gcc (Rev6, Built by MSYS2 project) 13.1.0 sh: GNU bash, versie 5.2.15(1)-release (x86_64-pc-msys) os: Microsoft Windows [Version 10.0.22621.1702]

Largo commented 1 year ago

I assume that you did

gem install jekyll

What happens when you run

ridk exec jekyll -v

This might be a problem with the system environment path. close and reopen the commandline window. Also try restarting the computer.

evavansloten commented 1 year ago

C:\Users\evava>ridk exec jekyll -v 'jekyll' is not recognized as an internal or external command, operable program or batch file.

Largo commented 1 year ago

ridk exec gem install jekyll ridk exec jekyll -v

evavansloten commented 1 year ago

This did work, thank you

mohits commented 8 months ago

Since this is resolved, I will close the issue now. Thanks!