kscript: Kscript is broken on ArchLinux
Installed from the AUR.
Error message:
$ 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:
$ 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.
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Comments: 20 (3 by maintainers)
Found fix, just create symlink to
kotlinc
in/usr/share/kotlin/bin
Maybe add this commands to
PKGBUILD
on Aur?