Here's my experience of installing the NVIDIA CUDA kit 8.0 on a fresh install of Ubuntu Desktop 16.04.3 LTS.
This file contains 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 | |
# MAYAVI SETUP | |
# mayavi is a python library for scientific visualisations, that can handle | |
# visualisation of Lidar Data. But, it can also be used to project Lidar data | |
# to 2D images. | |
# | |
# The set of commands I used to get mayavi set up on my computer so far. | |
# NOTE: I still do not know if it is set up properly, so this set of steps | |
# might be incomplete. |