소스 검색

Fixes missing double quote in README #1582 (#1583)

Bash example had a missing quote for setting PYENV_ROOT path
pull/1584/head
Swaroop Hegde 6 년 전
committed by GitHub
부모
커밋
3e0f5e798c
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      README.md

+ 1
- 1
README.md 파일 보기

@ -194,7 +194,7 @@ easy to fork and contribute any changes back upstream.
- For **bash**:
~~~ bash
$ echo 'export PYENV_ROOT="$HOME/.pyenv' >> ~/.bash_profile
$ echo 'export PYENV_ROOT="$HOME/.pyenv4;9; >> ~/.bash_profile
$ echo 'export PATH="$PYENV_ROOT/bin:$PATH"' >> ~/.bash_profile
~~~

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