1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-14 14:23:53 -05:00

Merge pull request #108 from audionerd/patch-1

Fix command to modify ~/.bash_profile in user's home directory
This commit is contained in:
Sam Stephenson
2011-10-01 09:01:04 -07:00

View File

@@ -104,7 +104,7 @@ easy to fork and contribute any changes back upstream.
3. Add rbenv init to your shell to enable shims and autocompletion.
$ echo 'eval "$(rbenv init -)"' >> .bash_profile
$ echo 'eval "$(rbenv init -)"' >> ~/.bash_profile
**Zsh note**: Modifiy your `~/.zshrc` file instead of `~/.bash_profile`.