Running bigscape.py from an alias in bin...
...causes bigscape to look for some html_template in the wrong place...
File "/Users/MYUSER/bin/bigscape.py", line 2526, in <module>
dir_util.copy_tree(os.path.join(os.path.realpath(os.path.dirname(__file__)), "html_template", "output"), output_folder)
File "/Users/MYUSER/miniconda2/lib/python2.7/distutils/dir_util.py", line 128, in copy_tree
"cannot copy tree '%s': not a directory" % src
distutils.errors.DistutilsFileError: cannot copy tree '/Users/MYUSER/bin/html_template/output': not a directory