This is the results when attempting to run minigalaxy from the terminal
user@computer:/usr/bin$ minigalaxy
Traceback (most recent call last):
File "/usr/bin/minigalaxy", line 5, in <module>
from minigalaxy.minigalaxy import main
ModuleNotFoundError: No module named 'minigalaxy'
This seems to be a fairly common Python problem. But there seems to be as many solutions as there are web pages mentioning the problem. I say ‘solutions’ but I can’t get anything to work.
The only references I could find to minigalaxy having this issue were unresolved.