is it supposed to be `[x for x in sys.path if 'Ext...
# general
w
is it supposed to be
[x for x in sys.path if 'Extras' in x]
?