ID: gp92yk Date: 2022-05-21T21:02:29+00:00 Title: Local prefixes Authors: Izuru Yakumo Topics: Computing I've had this rather insane idea of installing most software I can't get from the package repositories to my personal user prefix. Said prefix resides at ~/Local, which is where I place executables and whatnot, while ~/Modules is for programming language-specific things. e.g. GOPATH is at ~/Modules/go and OPAMROOT is at ~/Modules/ocaml, for instance, mainly to not mess things up I think. Incidentally, my PATH environment variable has grown rather large as a result. >> Soul devotion > echo $PATH /bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/home/akoizumi/Modules/go/bin:/home/akoizumi/Modules/python/bin << Haven't bothered installing python stuff on my ~/Modules prefix yet, and it's not like I'm gonna care about it so..... -- footnotes -- home-v2: