This website works better with JavaScript.
首頁
探索
說明
登入
isprogram
/
pyenv
镜像来自
https://github.com/pyenv/pyenv.git
關註
1
收藏
0
複製
0
程式碼
問題管理
0
Projects
0
版本發佈
240
Wiki
Activity
瀏覽代碼
README: Clarify Zsh configuration
Closes
#3069
pull/3077/head
Ivan Pozdeev
1 年之前
父節點
62fc392515
當前提交
3f2ef9e00a
共有
1 個文件被更改
,包括
2 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
README.md
+ 2
- 0
README.md
查看文件
@ -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
Write
Preview
Loading…
取消
儲存