diff --git a/README.md b/README.md index 0d10e54f..1b00368a 100644 --- a/README.md +++ b/README.md @@ -240,6 +240,10 @@ easy to fork and contribute any changes back upstream. ~~~bash export PYENV_ROOT="$HOME/.pyenv" export PATH="$PYENV_ROOT/bin:$PATH" + ~~~ + + And put this line at the _bottom_ of `~/.profile`: + ~~~bash eval "$(pyenv init --path)" ~~~