Skip to content

Instantly share code, notes, and snippets.

@icaoberg
Last active May 28, 2017 06:02
Show Gist options
  • Save icaoberg/5671191 to your computer and use it in GitHub Desktop.
Save icaoberg/5671191 to your computer and use it in GitHub Desktop.
[Python] Install Mayavi in Ubuntu
#!/bin/bash
sudo apt-get install python-vtk python-wxgtk2.6 python-setuptools python-numpy python-configobj
sudo easy_install pip
sudo pip install mayavi
@mrmartin
Copy link

python-wxgtk2.6 is deprecated, use python-wxgtk2.8

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