Created
August 18, 2016 04:54
-
-
Save monkstone/02e69a818edbf9440dd61521e2fa72dc to your computer and use it in GitHub Desktop.
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 characters
nvidia-352 using Administration Driver Manager | |
sudo update-alternatives --install /usr/bin/java java /opt/jdk{version}/bin/java 100 | |
sudo update-alternatives --install /usr/bin/jruby jruby /opt/jruby{version}/bin/jruby 100 | |
sudo update-alternatives --config java | |
sudo update-alternatives --config jruby | |
~/.profile | |
alias jpry="jruby -e \"require 'pry'; binding.pry\"" | |
export JAVA_HOME="/opt/jdk1.8.0_102" | |
export GEM_HOME="/home/tux/.gem/ruby/2.3.0" | |
export GEM_PATH="/home/tux/.gem/ruby/2.3.0" | |
export PATH="${PATH}:${GEM_PATH}/bin" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment