mscs
mscs copied to clipboard
/usr/bin/which: no overviewer.py
I'm this issue with mscs:
$ mscs create testworld 25565
sudo: msctl: command not found
I tried the automatic installation first, and then re-tried with the manual installation, no luck.
$PATH seems fine as well:
$ echo $PATH
/home/opc/.local/bin:/home/opc/bin:/usr/share/Modules/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin
$ sudo echo $PATH
/home/opc/.local/bin:/home/opc/bin:/usr/share/Modules/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin
When I try to run msctl directly I get this
[opc@minecraft-server-main mscs]$ msctl create testworld 25565
/usr/bin/which: no overviewer.py in (/home/opc/.local/bin:/home/opc/bin:/usr/share/Modules/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin)
Creating Minecraft world: testworld.
I'm running the OCI with oracle linux if that help narrow down the issue, can someone help? Thanks!