Skip to content

Commit

Permalink
docs(pyenv): fix typo (ohmyzsh#12283)
Browse files Browse the repository at this point in the history
  • Loading branch information
testwill authored Mar 14, 2024
1 parent 4ad09ab commit 6780b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/pyenv/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ To use it, add `pyenv` to the plugins array in your zshrc file:
plugins=(... pyenv)
```

If you receive a `Found pyenv, but it is badly configured.` error on startup, you may need to ensure that `pyenv` is initialized before the oh-my-zsh pyenv plugin is loaded. This can be achived by adding the following earlier in the `.zshrc` file than the `plugins=(...)` line:
If you receive a `Found pyenv, but it is badly configured.` error on startup, you may need to ensure that `pyenv` is initialized before the oh-my-zsh pyenv plugin is loaded. This can be achieved by adding the following earlier in the `.zshrc` file than the `plugins=(...)` line:

```zsh
export PYENV_ROOT="$HOME/.pyenv"
Expand Down

0 comments on commit 6780b19

Please sign in to comment.