瀏覽代碼

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
沒有發現已知的金鑰在資料庫的簽署中 GPG Key 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
~~~

Loading…
取消
儲存