1 diff --git a/pysollib/util.py b/pysollib/util.py
2 index 8de3f00..26f4bc7 100644
5 @@ -110,13 +110,7 @@ class DataLoader:
6 head, tail = os.path.split(argv0)
9 - # dir where placed startup script
11 - path.append(os.path.join(head, "data"))
12 - path.append(os.path.join(head, os.pardir, "data"))
13 - # dir where placed pysol package
14 - path.append(os.path.join(sys.path[0], "data"))
15 - path.append(os.path.join(sys.path[0], "pysollib", "data"))
16 + path.append(os.path.join(head, "..", "share", "PySolFC"))
18 path.extend(DATA_DIRS)
19 # check path for valid directories