
___x_cmd_scotty_venv(){
    :
    # creating a virtual environment for x-cmd.root

    local ___X_CMD_TOINSTALL_VERSION="${1:-latest}"
    local ___X_CMD_TOINSTALL_ROOT="${2:-"$PWD/.x-cmd.root"}"

    # start a new shell
    # the new shell using the following installation

    command bash --norc
    eval "$(curl https://get.x-cmd.com)"
}
