Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
60 votes
6 answers
217k views

How can I fix a Broken Pipe error?

I recently reinstalled RVM (following the instructions at http://rvm.io) after a fresh install of Ubuntu 12.10 when I got an SSD Drive. Now, when I type: type rvm | head -1 I receive the following ...
Jason Shultz's user avatar
0 votes
1 answer
2k views

need help cleaning out my Path Variable in Mac

when I typed $PATH i noticed a jungle -bash: /Users/patrick/.rvm/gems/ruby-1.9.3-p194@Rails/bin:/Users/patrick/.rvm/gems/ruby-1.9.3-p194@global/bin:/Users/patrick/.rvm/rubies/ruby-1.9.3-p194/bin:/...
gdi2290's user avatar
  • 163
4 votes
2 answers
318 views

Why does bash sometimes think my $HOME isn't the correct directory?

Like the title says it seems that bash sometimes misidentifies my $HOME. This cropped up after a seemingly unique series of events that I will now replay in broad strokes. Running OS X 10.6 with ...
Adam Yanalunas's user avatar
1 vote
5 answers
265 views

Bash: Switching from user to root causes issues with prompt

I am on a Mac, running Snow Leopard (if it matters). I am customizing my bash prompt to display things that get pulled from user specific places. For example, I am using Ruby Version Manager to manage ...
Andrew's user avatar
  • 15.3k