Created
March 3, 2012 19:37
Revisions
-
HatemMahmoud revised this gist
Sep 7, 2011 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -13,7 +13,7 @@ cd ruby-build # $ which openssl # /usr/bin/openssl # Install Ruby with OpenSSL option ruby-build 1.9.2-p290 ~/.rbenv/versions/1.9.2-p290 --with-openssl-dir=/usr/local # Install shims for all Ruby binaries @@ -27,4 +27,4 @@ ruby -v #ruby 1.9.2p290 (2011-07-09 revision 32553) [x86_64-linux] # Check OpenSSL irb require 'openssl' # => true -
HatemMahmoud revised this gist
Sep 7, 2011 . 2 changed files with 0 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1 +0,0 @@ File renamed without changes. -
HatemMahmoud revised this gist
Sep 7, 2011 . 2 changed files with 30 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,2 +0,0 @@ This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,30 @@ # For more info: https://gist.github.com/1120938 cd git clone git@github.com:sstephenson/rbenv.git ~/.rbenv # Add rbenv to your PATH echo 'export PATH="$HOME/.rbenv/bin:$HOME/.rbenv/shims:$PATH"' >> ~/.bash_profile # Install ruby-build git clone [email protected]:sstephenson/ruby-build.git cd ruby-build ./install.sh # $ which openssl # /usr/bin/openssl # Install ruby-build 1.9.2-p290 ~/.rbenv/versions/1.9.2-p290 --with-openssl-dir=/usr/local # Install shims for all Ruby binaries rbenv rehash # Set default Ruby version rbenv global 1.9.2-p290 # Check Ruby ruby -v #ruby 1.9.2p290 (2011-07-09 revision 32553) [x86_64-linux] # Check OpenSSL irb irb(main):001:0> require 'openssl' # => true -
HatemMahmoud revised this gist
Sep 7, 2011 . 2 changed files with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ # for more info: https://gist.github.com/1120938 File renamed without changes. -
HatemMahmoud revised this gist
Sep 7, 2011 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,2 @@ # for more info: https://gist.github.com/1120938 cd -
HatemMahmoud created this gist
Sep 7, 2011 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ # for more info: https://gist.github.com/1120938