Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save schrodyn/fdfdeb8ad8cf02290a9cc821c700999f to your computer and use it in GitHub Desktop.
Save schrodyn/fdfdeb8ad8cf02290a9cc821c700999f to your computer and use it in GitHub Desktop.
apt-get install python2.7-dev python2.7
apt-get build-dep gdb
apt-get source 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