瀏覽代碼
Update README.md
Explicitly specify how to use the Zsh shell snippet
It turns out to be unclear to some users
pull/3291/head
native-api
11 月之前
committed by
GitHub
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: B5690EEEBB952194
共有
1 個檔案被更改,包括
1 行新增 和
0 行删除
-
README.md
|
|
@ -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 |
|
|
|