Monthly Archives: May 2016

PyGraphViz Installation

On a fresh Ubuntu 16.04 installation with Anacondas installed: sudo apt-get install graphviz sudo apt-get install libgraphviz-dev pip install pygraphviz sudo /opt/anaconda3/bin/pip install pygraphviz –install-option=”–include-path=/usr/include/graphviz” –install-opt$ Issues: If there is an OSError: https://github.com/pygraphviz/pygraphviz/issues/97

Posted in Uncategorized | Leave a comment

Linux / Virtual Machine Notes

Debian Cinnamon/ When installing, will create separate encrypted particians for /home, /tmp and /var UBuntu 16.04 Partitions: Think the encrypted thing only makes one partitian 8.0 GB HDD Not enough for anaconda install. Try 50GB Needed to resize with (instructions): … Continue reading

Posted in Uncategorized | Leave a comment