Browse Source

Merge pull request #942 from xHeliotrope/master

Update README.md typo
pull/921/head
Yamashita, Yuu 9 years ago
committed by GitHub
parent
commit
7467eec9de
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@ -210,7 +210,7 @@ easy to fork and contribute any changes back upstream.
**General warning**: There are some systems where the `BASH_ENV` variable is configured
to point to `.bashrc`. On such systems you should almost certainly put the abovementioned line
`eval "$(pyenv init -)` into `.bash_profile`, and **not** into `.bashrc`. Otherwise you
`eval "$(pyenv init -)"` into `.bash_profile`, and **not** into `.bashrc`. Otherwise you
may observe strange behaviour, such as `pyenv` getting into an infinite loop.
See [#264](https://github.com/pyenv/pyenv/issues/264) for details.

Loading…
Cancel
Save