From c80b1cdfb9e8db0b9d9911d68f27a1145f11edec Mon Sep 17 00:00:00 2001 From: John Miller Date: Tue, 7 Dec 2021 20:12:53 -0800 Subject: [PATCH] Fix errant "echo" in build env install instructions (#2185) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2349d6bb..3bedf8b6 100644 --- a/README.md +++ b/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,