소스 검색

Add explicit instructions for Zsh in MacOS

Indirect ones with errata have proven to confuse users.
Fixes #1947, #1948
pull/1964/head
Ivan Pozdeev 5 년 전
부모
커밋
159327ff25
1개의 변경된 파일18개의 추가작업 그리고 2개의 파일을 삭제
  1. +18
    -2
      README.md

+ 18
- 2
README.md 파일 보기

@ -263,8 +263,24 @@ easy to fork and contribute any changes back upstream.
- For **Zsh**:
Same as for Bash above, but add the commands into both `~/.profile`
and `~/.zprofile`.
- **MacOS, if Pyenv is installed with Homebrew:**
~~~ zsh
echo 'eval "$(pyenv init --path)"' >> ~/.zprofile
~~~
- **MacOS, if Pyenv is installed with a Git checkout:**
~~~ zsh
echo 'export PYENV_ROOT="$HOME/.pyenv"' >> ~/.zprofile
echo 'export PATH="$PYENV_ROOT/bin:$PATH"' >> ~/.zprofile
echo 'eval "$(pyenv init --path)"' >> ~/.zprofile
~~~
- **Other OSes:**
Same as for Bash above, but add the commands into both `~/.profile`
and `~/.zprofile`.
- For **Fish shell**:

불러오는 중...
취소
저장