Skip to content

Instantly share code, notes, and snippets.

@gxr
Forked from icaoberg/mayavi_install.sh
Created December 30, 2015 04:52
Show Gist options
  • Save gxr/9d2b6a44200801745d2f to your computer and use it in GitHub Desktop.
Save gxr/9d2b6a44200801745d2f 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment