Open
Description
TruffleRuby doesnt use a FHS directory structure.
This makes it problematic if users want to install to e.g. /usr/local
, and if we want to integrate with system package managers such as apt
/dnf
.
Installing TruffleRuby into a prefix with other software is currently unsupported.
TruffleRuby expects to be installed in its own directory, such as ~/.rubies/truffleruby-VERSION
.
Reported by @postmodern as ruby-install supports installing to /usr/local
.
Along with this, there should also be an uninstaller script so it can be cleanly uninstalled from that prefix.