Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Currently fish shell is great environment but it doesn't support source command and it uses . command instead. But when I follow the tutorial http://net.tutsplus.com/tutorials/ruby/how-to-install-ruby-on-a-mac/ to install rvm, I was stuck in the part load rvm with bash_profile because it require bash command to run it.

So Is there any way to temporarily disable fish enviroment ?

share|improve this question

closed as off topic by leppie, iny, Andrew Barber, Jens Björnhager, Vincent Ramdhanie Jan 2 at 20:10

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

You could temporarily create a new bash shell by running

bash --login

inside fish, then using that while using rvm/ruby perhaps

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.