Skip to content

/usr/local/Cellar/rbenv/0.3.0/libexec/../completions/rbenv.bash:14: command not found: complete #239

@kevinSuttle

Description

@kevinSuttle

Happens when I log in to ZSH.

.zshenv:

export PATH="$HOME/.rbenv/bin:$PATH:/usr/local/bin:$PATH:/usr/bin"

# for Homebrew installed rbenv
'if which rbenv > /dev/null; then eval "$(rbenv init -)"; fi

.zshrc

export CLICOLOR=1
export LSCOLORS=GxFxCxDxBxegedabagaced
export PS1="∞ "
export EDITOR="subl -w"
precmd () { print -Pn "\e]2;%n@%M | %~\a" } # title bar prompt

The following works fine:

rbenv version
1.9.3-p194 (set by /Users/kevinsuttle/.rbenv/version)

Thinking maybe something didn't get installed correctly, (installed via Homebrew).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions