Tagged Questions
0
votes
2answers
47 views
.bashrc not loaded, .bash_profile exists
In a ubuntu terminal my .bashrc isn't available until I run: source ~/.bashrc
I have a ~/.bash_profile with contents:
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # ...
0
votes
2answers
179 views
Can't succesffully install RVM in Ubuntu 11
I've installed RVM before in Debian and OSX without any problems, but doing it in Ubuntu is driving me crazy.
I´ve tried different tutorials, this is the last of them. I think everything goes ...