Proper way to install Julia on a multi-user linux VM?

I can install Julia for a single user easily, but how should I install it on a linux VM so that all users are able to use it properly?

My concern is mostly about the loaded packages, pre-compilation, settings, that sort of thing. The main Julia executable should be in a central directory, and the per-user things on their own directories.

What you describe is the default behavior.

Ok, good to hear.