Ubuntu Desktop work note

2017-06-19

1.1.3. Before starting: Installing a working environment

install Anaconda3-4.3.0-Linux-x86_64.sh

cd Downloads
chmod a+x Anaconda3-4.3.1-Linux-x86_64.sh

install it to /home/gong/anaconda3  (python 3.6)

Do you wish the installer to prepend the Anaconda3 install location
to PATH in your /home/gong/.bashrc ?  yes

start a new Xterm
which conda
/home/gong/anaconda3/bin/conda

which python
/home/gong/anaconda3/bin/python

which jupyter
/home/gong/anaconda3/bin/jupyter


pip install mayavi

Failed building wheel for mayavi (No module named vtk)

Comments