diff --git a/set_env.sh b/set_env.sh
index 57af45cb17c9c4a427ee2facf0c29984188f13f6..dac69717f4205cd6a58020ef1e88ebcc34bc6de2 100755
--- a/set_env.sh
+++ b/set_env.sh
@@ -46,5 +46,6 @@ else
 
     # Add Scripts to Path
     export PATH="$PATH:/$CHIPKIT_DIR"
+    export PATH="$PATH:/$CHIPKIT_DIR/flow"
     export PYTHONPATH="$PYTHONPATH:$CHIPKIT_DIR/tools/vgen/bin"
 fi
\ No newline at end of file