trogdoro / xiki

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

sudo/rvm mixup when installing #39

Closed dcunited001 closed 1 year ago

dcunited001 commented 11 years ago

RVM & Ruby 1.9.3-p286 Mac OS X 10.7.5 ZSH

Ran into a minor issue when running el4r_setup.rb. I'm using RVM and tried sudo gem install xiki first, without realizing I didn't need the sudo. This created the folders in my .rvm/.../gems folder with root permissions, including the files for Xiki and Trogdor.

when i ran el4r_setup.rb (non-sudo), it did not have the permissions required to create the .config file in the trogdoro-el4r-1.0.7. I tried uninstalling and reinstalling xiki, which didn't remove the trogdoro-el4r files and failed again. of course, i could have just sudo'd. i ended up just reinstalling both gems under my user and its all good, so not really an issue. awesome work, can't wait to use it!