oneclick / rubyinstaller2

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

'jekyll' 不是内部或外部命令,也不是可运行的程序 或批处理文件。 #305

Closed wandtsks closed 1 year ago

wandtsks commented 1 year ago

What problems are you experiencing?

Steps to reproduce

What's the output from ridk version?

ParadoxV5 commented 1 year ago

您安装了jekyll没? / Have thee installed jekyll?

gem install jekyll

wandtsks commented 1 year ago

Download and install a Ruby+Devkit version from RubyInstaller Downloads. Use default options for installation. Run the step on the last stage of the installation wizard. This is needed for installing gems with native extensions. You can find additional information regarding this in the RubyInstaller Documentation. From the options choose .ridk installMSYS2 and MINGW development tool chain Open a new command prompt window from the start menu, so that changes to the environment variable becomes effective. Install Jekyll and Bundler using PATHgem install jekyll bundler Check if Jekyll has been installed properly: jekyll -v

I have done the third step, but the fourth part when I entering "jekyll - v" will display ['jekyll' 不是内部或外部命令,也不是可运行的程序 或批处理文件。]