Created
February 3, 2016 15:47
-
-
Save spk/fdf74c5d672209e75934 to your computer and use it in GitHub Desktop.
Quick Ruby alternative on Debian
This file contains 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
RV=2.2; dpkg -L ruby$RV | grep 'bin/' | grep -v grep | awk '{print "ln -fs "$1" "$1}' | sed s/$RV//2 | sed 's/\/usr/$HOME/2' | sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment