mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-21 20:47:00 -05:00
Fix errant "echo" in build env install instructions (#2185)
This commit is contained in:
parent
15677f7f5a
commit
c80b1cdfb9
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue