ETE: cannot connect to X server · Issue #101 · etetoolkit/ete · GitHub
apt-get install xvfb
wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O Miniconda-latest-Linux-x86_64.sh
bash Miniconda-latest-Linux-x86_64.sh -b -p ~/anaconda_ete/
export PATH=~/anaconda_ete/bin:$PATH;
conda install -c etetoolkit ete3 ete3_external_apps
xvfb-run ete3 view -t '(a, b); ' -o test.png