rsenv

rsenv list lists top level environments available for use

rsenv exec where options are: -e -f <.env environment file> -l (use local .env file)

rsenv install <.env environment file> copies the .env file into the global envs

rsenv link creates a link in the current directory to the named global .env

rsenv link -r removes a link in the current dir

rsenv show shows environment used by current dir

.env file format:

_RSENV= declares an environment named

anything else is treated as an environment variable assignment

on lsb systems, globally available environments are stored in ~/.config/rsenv/envs/.env on windows, stored in $Home\AppData\Roaming\rsenv\envs\.env

links are created using either posix softlinks or ntfs symlinks?