File tree Expand file tree Collapse file tree 2 files changed +2
-15
lines changed Expand file tree Collapse file tree 2 files changed +2
-15
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,7 @@ brew update
6
6
7
7
echo " Installs RVM (Ruby Version Manager) for handling Ruby installation"
8
8
curl -L get.rvm.io | bash -s stable
9
- echo "
10
- # RVM
11
- [[ -s '/Users/` whoami` /.rvm/scripts/rvm' ]] && source '/Users/` whoami` /.rvm/scripts/rvm'" >> ~ /.bash_profile
12
- source ~ /.bash_profile
9
+ source ~ /.rvm/scripts/rvm
13
10
14
11
echo " Install Ruby"
15
12
rvm install 1.9.3-p125
Original file line number Diff line number Diff line change @@ -11,17 +11,7 @@ sudo apt-get install imagemagick --fix-missing -y
11
11
12
12
echo " Installs RVM (Ruby Version Manager) for handling Ruby installation"
13
13
curl -L get.rvm.io | bash -s stable
14
- # RVM integration with bash in OSX is like
15
- # echo "
16
- # [[ -s '/Users/`whoami`/.rvm/scripts/rvm' ]] && source '/Users/`whoami`/.rvm/scripts/rvm'" >> ~/.bash_profile
17
- # source ~/.bash_profile
18
-
19
- # RVM integration with bash in Ubuntu is like
20
- # echo "
21
- # [[ -s '$HOME/.rvm/scripts/rvm' ]] && source '$HOME/.rvm/scripts/rvm'" >> ~/.bashrc
22
- # But is done automagically by rvm itself
23
-
24
- source ~ /.bashrc
14
+ source ~ /.rvm/scripts/rvm
25
15
26
16
echo " Installs Ruby"
27
17
rvm install 1.9.3-p125
You can’t perform that action at this time.
0 commit comments