diff --git a/Chapter 2/figures/plot_interactive_tree.py b/Chapter 2/figures/plot_interactive_tree.py index bbe63433..bef46a6b 100644 --- a/Chapter 2/figures/plot_interactive_tree.py +++ b/Chapter 2/figures/plot_interactive_tree.py @@ -12,7 +12,7 @@ GRAPHVIS_PATH = r"C:\Program Files (x86)\Graphviz2.38\bin" if GRAPHVIS_PATH not in os.environ['PATH']: - os.environ['PATH'] += ";" + GRAPHVIS_PATH + os.environ['PATH'] += f";{GRAPHVIS_PATH}" import re