trogdoro / xiki

A shell console with GUI features
http://xiki.org
Other
3.76k stars 207 forks source link

Error when starting xiki #109

Closed kdmcdow closed 9 years ago

kdmcdow commented 10 years ago

I Installed xiki per git instructions on OS X 10.9 and when I attempt to run xiki I get the following error:

/Users/USERNAME/.rvm/rubies/ruby-1.9.3-p547/lib/ruby/site_ruby/1.9.1/rubygems/core_ext/kernel_require.rb:55:in require': cannot load such file -- daemons (LoadError) from /Users/USERNAME/.rvm/rubies/ruby-1.9.3-p547/lib/ruby/site_ruby/1.9.1/rubygems/core_ext/kernel_require.rb:55:inrequire' from /Users/USERNAME/xiki/etc/command/xiki_command.rb:101:in run' from /Users/USERNAME/xiki/bin/xiki:34:in<top (required)>' from /usr/local/bin/xiki:2:in load' from /usr/local/bin/xiki:2:in

'

Any thoughts?

sridvijay commented 10 years ago

I also have the same error.

alehander92 commented 10 years ago

That happens when you forget to run bundle.

Try bundle install

artm commented 10 years ago

This also happens if bundler is configured to use a local BUNDLE_PATH. This can be fixed with e.g. BUNDLE_PATH=~/.bundle bundle install.

trogdoro commented 9 years ago

Xiki is no longer uses Bundler. Try installing xiki using the one-line installer on xiki.com (or the github xiki readme).