瀏覽代碼
Fix errant "echo" in build env install instructions (#2185)
pull/2186/head
John Miller
4 年之前
committed by
GitHub
沒有發現已知的金鑰在資料庫的簽署中
GPG Key ID: 4AEE18F83AFDEB23
共有
1 個文件被更改,包括
1 次插入 和
1 次删除
-
README.md
|
|
|
@ -320,7 +320,7 @@ easy to fork and contribute any changes back upstream. |
|
|
|
to be a shell function (e.g. `shell` and Pyenv-Virtualenv's `activate`). |
|
|
|
|
|
|
|
~~~bash |
|
|
|
echo 'eval "$(pyenv init -)"' |
|
|
|
eval "$(pyenv init -)" |
|
|
|
~~~ |
|
|
|
|
|
|
|
If you are installing Pyenv yourself as part of the batch job, |
|
|
|
|