Python uses an env var called PYTHONPATH to point to packages/scripts. So inside matlab, you just need to add the path you want to that env var following this: set env var
@Jaime Trivino Was your problem related to python environment ?
I am running my scripts just if I keep them in the current path folder, but when I use addpath() it does not work anymore... Was this the problem you had, if so how did you fix it?