Преглед изворни кода

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

pull/2186/head
John Miller пре 4 година
committed by GitHub
родитељ
комит
c80b1cdfb9
No known key found for this signature in database GPG Key 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`). to be a shell function (e.g. `shell` and Pyenv-Virtualenv's `activate`).
~~~bash ~~~bash
echo 'eval "$(pyenv init -)"'
eval "$(pyenv init -)"
~~~ ~~~
If you are installing Pyenv yourself as part of the batch job, If you are installing Pyenv yourself as part of the batch job,

Loading…
Откажи
Сачувај