mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-08 11:33:49 -05:00
Update README.md
Explicitly specify how to use the Zsh shell snippet It turns out to be unclear to some users
This commit is contained in:
@@ -221,6 +221,7 @@ See [Advanced configuration](#advanced-configuration) for details and more confi
|
|||||||
#### Zsh
|
#### Zsh
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
|
Add Pyenv startup commands to `~/.zshrc` by running the following in your terminal:
|
||||||
|
|
||||||
```zsh
|
```zsh
|
||||||
echo 'export PYENV_ROOT="$HOME/.pyenv"' >> ~/.zshrc
|
echo 'export PYENV_ROOT="$HOME/.pyenv"' >> ~/.zshrc
|
||||||
|
|||||||
Reference in New Issue
Block a user