System :: python.uci in MyDSL/UCI doesn't append path



Installed python.uci from MyDSL UCI.  Had to manually append /opt/python/bin/ to $PATH.
There is no way for an extension to edit PATH, without a menu entry like "python - update path" - which most would not want..
Thank you.
/opt/bin was added to later releases of DSL and newer or updated extensions can create a link to /opt/bin, which is in the PATH.

All new extensions should use linking to /opt/bin


original here.