Last active
May 28, 2017 06:02
-
-
Save icaoberg/5671191 to your computer and use it in GitHub Desktop.
[Python] Install Mayavi in Ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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
python-wxgtk2.6
is deprecated, usepython-wxgtk2.8