ソースを参照

Fix errant "echo" in build env install instructions (#2185)

pull/2186/head
John Miller 4年前
committed by GitHub
コミット
c80b1cdfb9
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      README.md

+ 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,

読み込み中…
キャンセル
保存