I am an user with no superuser rights. I normally build and install the tools I need within my /home/<user>
directory, and then create aliases to be able to run my programs. However, this is creating a bit of a mess.
What would be a saner way of creating a filesystem hierarchy within /home/<user>
so that I can have something resembling better a Linux Filesystem Hierarchy? Something similar to a Python virtualenv, so I can install libraries I need without needing superuser support?