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

This commit is contained in:
John Miller 2021-12-07 20:12:53 -08:00 committed by GitHub
parent 15677f7f5a
commit c80b1cdfb9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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