Skip to content

Instantly share code, notes, and snippets.

@LoadLow
Last active May 3, 2016 09:01
Show Gist options
  • Save LoadLow/11dfc254170884811e85d0fe2d57708a to your computer and use it in GitHub Desktop.
Save LoadLow/11dfc254170884811e85d0fe2d57708a to your computer and use it in GitHub Desktop.
Setup & Fix rubypython ubuntu/debian
sudo apt-get install ruby ruby-dev python2.7 python2.7-dev
sudo gem install ffi
sudo gem install rubypython
cd /usr/lib
# For ubuntu 14.04(AMD64/x86_64)
sudo ln -s /usr/lib/python2.7/config-x86_64-linux-gnu/libpython2.7.so
sudo ln -s /usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0
# For ubuntu 14.04(x86)
sudo ln -s /usr/lib/python2.7/config-i386-linux-gnu/libpython2.7.so
sudo ln -s /usr/lib/i386-linux-gnu/libpython2.7.so.1.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment