I really like virtualenv when working with python code and am wondering if there existed some tool which could emulate some of it when working in bash.
What I want is some cleanly reverseble way of setting environment variables by loading/unloading configurations.
I know about a lot of tools which do some magic when entering some directory, but I guess I wouldn't want to start from something like that.