我想安裝scheduler_daemon plugin。我得到這部分的指示,我卡住了。如何在Powershell中安裝ruby插件?
script/plugin install git://github.com/ssoroka/scheduler_daemon.git
# Install required gems
gem install daemons rufus-scheduler eventmachine chronic -s http://gemcutter.org
錯誤: The term 'script/plugin' is not recognized as the name of a cmdlet, function...
好了,我用Ruby序言它:
PS>ruby script/plugin install git://github.com/ssoroka/scheduler_daemon.git
D:\Ruby193\bin\ruby.exe: No such file or directory -- script/plugin (LoadError)
我又試圖ruby script/plugin install calendar_helper
,但得到了同樣的錯誤。我試圖把腳本/插件放在引號中。我試圖把一個尾隨斜線。我嘗試使用http://github...
。還有其他的事情我已經嘗試過,但無濟於事。
我需要做什麼來通過Powershell安裝Ruby插件?