pylab_ml.common.environment.path_insert

path_insert(self, path, check=True, append=False)[source]

Insert path to sys.path in the top or bottom.

if check -> insert only if path not exist in sys.path if append -> insert path in the bottom