Installed from the AUR. Error message: ```shell $ kscript 'println("Hello world")' /usr/bin/kscript: line 49: /usr/share/kotlin/bin/kotlin: No such file or directory ``` Correct path to the Kotlin binary: ```shell $ command -v kotlin /usr/bin/kotlin ``` I don't really know what information could be of use, don't hesitate to ask for specific information you need.