ruby 安裝庫時出現的一些問題

2021-06-28 16:45:23 字數 1275 閱讀 7405

在使用ruby安裝jekyll時出現了乙個錯誤

error:  error installing jekyll:

the 'fast-stemmer' native gem requires installed build tools.

錯誤原因是因為少安裝了乙個工具的外掛程式,

解決方法:

安裝之後, 將bin配置到環境變數中 進入kit安裝目錄  使用如下命令

d:\kit>ruby dk.rb init

[info] found rubyinstaller v2.1.5 at d:/ruby21

initialization complete! please review and modify the auto-generated

'config.yml' file to ensure it contains the root directories to all

of the installed rubies you want enhanced by the devkit.

d:\kit>ruby dk.rb review

based upon the settings in the 'config.yml' file generated

from running 'ruby dk.rb init' and any of your customizations,

devkit functionality will be injected into the following rubies

when you run 'ruby dk.rb install'.

d:/ruby21

d:\kit>ruby dk.rb install

[info] installing 'd:/ruby21/lib/ruby/site_ruby/2.1.0/rubygems/defaults/operating_system.rb'

[info] installing 'd:/ruby21/lib/ruby/site_ruby/devkit.rb'

d:\kit>cd d:\rubywork

d:\rubywork>gem install jekyll

之後安裝 jekyll沒有出現問題

參考 : 

安裝Ubuntu10 04時出現的一些問題

昨天下午在虛擬機器裡安裝ubuntu 10.04 i386.iso,硬碟總大小是 50g。分割槽列表如下 1 sda1 boot 128m 2 sda2 10240m 即10g 3 sda3 swap 1024m 4 sda5 var 17360m 即15g 5 sda6 home 22887m 約...

TFS安裝時遇到的一些問題

我正在安裝tfs,對,就是現在。遇到很多問題。首先tfs需要wss 2.0 sp2,但一定要2.0,更加優秀的wss3.0卻不可以。裝wss2.0時,配置資料庫時會有問題,可以通過提公升network services賬戶的資料庫許可權來解決。最後,一定要認真看tfs的安裝手冊,安裝完wss2.0後...

jupyter安裝時遇到的一些問題

幾天前在虛擬機器上的centos7下安裝jupyter成功,執行jupyter notebook ip 0.0.0.0 執行成功卻無法開啟網頁 檢查後發現是linux防火牆沒關 執行 systemctl stop firewalld 關閉防火牆後成功進去頁面 因為自己測試用,為防止再次出現 執行 s...