Skip to content

Instantly share code, notes, and snippets.

@posquit0
Created April 1, 2015 10:23
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save posquit0/93200f7ca1ad3d0c943c to your computer and use it in GitHub Desktop.
Save posquit0/93200f7ca1ad3d0c943c to your computer and use it in GitHub Desktop.
GDB with Python 2.7 in Ubuntu
apt-get install python2.7-dev python2.7
apt-get build-dep gdb
apt-get source gdb
cd gdb-*
sed -i -E "s|python3|/usr/bin/python2.7|" debian/rules
dpkg-buildpackage -uc -us -j8
dpkg-install ../*.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment