Skip to content

Instantly share code, notes, and snippets.

@notmatthancock
Created December 6, 2016 19:26
Show Gist options
  • Save notmatthancock/8f14d7a022ca18c3c452a47a9bf27e10 to your computer and use it in GitHub Desktop.
Save notmatthancock/8f14d7a022ca18c3c452a47a9bf27e10 to your computer and use it in GitHub Desktop.
sudo apt-get remove mayavi2
sudo apt-get autoremove
sudo apt-get install libvtk5.10-qt4 # I use leave off qt4. I use qt backend.
sudo apt-get install python-vtk
sudo apt-get install python-traits
sudo apt-get install libvtk5-dev
sudo pip install sphinx
cd ~/Downloads # or whatever temporary dir.
wget https://github.com/enthought/mayavi/archive/4.5.0.zip
unzip 4.5.0.zip
cd mayavi-4.5.0/
sudo python setup.py build
sudo python setup.py install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment