diff --git a/Voltron-on-Ubuntu-14.04-with-GDB.md b/Voltron-on-Ubuntu-14.04-with-GDB.md new file mode 100644 index 0000000..6575db2 --- /dev/null +++ b/Voltron-on-Ubuntu-14.04-with-GDB.md @@ -0,0 +1,7 @@ +# Voltron on Ubuntu 14.04 with GDB + +Ubuntu 14.04 comes with Python versions 2 and 3. GDB is linked with Python 3, but `/usr/bin/python` points to Python 2 (and always will, apparently). In order to get Voltron to work you'll need to install Voltron to the Python 3 packages directory as follows: + + $ sudo apt-get install lib64readline6-dev python3-dev python3-setuptools + $ cd voltron + $ sudo python3 setup.py install