bjeanes / ghost

Create, list, delete, and modify /etc/hosts entries with ease...
MIT License
732 stars 44 forks source link

RVM usage doecumented #37

Closed MGalv closed 11 years ago

MGalv commented 11 years ago

A few hints to use it with RVM.

bjeanes commented 11 years ago

Dropping the sudo for installation makes sense, but I don't know why you'd use rvmsudo for execution instead of normal sudo (but I haven't used RVM in a while...)

MGalv commented 11 years ago

The reason it's because sudo will start a new subshell and it will not contain the RVM environment by itself.

bjeanes commented 11 years ago

Ah that makes sense. Merging.