delano / rye

Safe, parallel access to Unix shells from Ruby
http://delano.github.com/rye
MIT License
234 stars 32 forks source link

how to use rye with rvm, bundler, and rake in ubuntu server #22

Open chamnap opened 12 years ago

chamnap commented 12 years ago

I'm having some problems on my ubuntu server 12.04. I can run any commands related to rvm, bundle, and rake. I'm using rvm gemset on my rails 3.2 projects. It seems it doesn't load .bashrc file, I tried to load it, but the problem still exists.

Any suggestion? Is it possible to let rye source the .bashrc file?

randywallace commented 11 years ago

Its a rule that .bashrc isn't sourced when logging in remotely.

See: http://stackoverflow.com/questions/820517/bashrc-at-ssh-login and http://ubuntuforums.org/showthread.php?t=2086090

Cheers