diff --git a/src/rotare.m b/src/rotare.m
index 3bf7b9a46921ce3ae0f7085ca2dfe703d47a975f..0a806711d1e0127109290091b4c88f6982a26c6a 100644
--- a/src/rotare.m
+++ b/src/rotare.m
@@ -48,10 +48,14 @@ function [Results] = rotare(configFile)
     %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
     % Cleanup, imports and environment setting
-    clearvars -except configFile;
+    % clearvars -except configFile;
     close all;
     clc;
+    % Add everything to path
+    % BUT, only include root of airfoil_data, otherwise issue with aeropy examples in venv
     addpath(genpath('.'));
+    rmpath(genpath('./airfoil_data/'));
+    addpath('./airfoil_data/');
 
     verifyinstall; % Check if packages (libs) and required functions are presents on the system