mirror of
https://github.com/pyenv/pyenv.git
synced 2024-12-21 09:55:35 -05:00
parent
62fc392515
commit
3f2ef9e00a
1 changed files with 2 additions and 0 deletions
|
@ -329,6 +329,8 @@ See [Advanced configuration](#advanced-configuration) for details and more confi
|
|||
~~~
|
||||
|
||||
- For **Zsh**:
|
||||
|
||||
Run the following to add the commands to `~/.zshrc`:
|
||||
~~~ zsh
|
||||
echo 'export PYENV_ROOT="$HOME/.pyenv"' >> ~/.zshrc
|
||||
echo '[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"' >> ~/.zshrc
|
||||
|
|
Loading…
Reference in a new issue