Skip to content

Instantly share code, notes, and snippets.

@douglas
Created July 6, 2011 02:27
Show Gist options
  • Save douglas/1066406 to your computer and use it in GitHub Desktop.
Save douglas/1066406 to your computer and use it in GitHub Desktop.
Install swig on a ubuntu box
sudo apt-get install swig
@ChrisjanWust
Copy link

If you're at all developing for python, avoid 3.0.8.

sudo apt-get install swig should install 3.0.12 newer Ubuntu versions, but on 16.04 it install 3.0.8. So you'll have to resort to manually installing.

See https://bugs.launchpad.net/ubuntu/+source/swig/+bug/1628974

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment