From 5c41dc3901519200f18cdc33fc1c5dae84d725c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20L=C3=BCders?= Date: Thu, 12 Sep 2013 21:07:40 -0300 Subject: [PATCH] Ubuntu environment configuration --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e09a1868..f257636e 100644 --- a/README.md +++ b/README.md @@ -161,12 +161,14 @@ to the `pyenv` command-line utility. $ echo 'export PATH="$PYENV_ROOT/bin:$PATH"' >> ~/.bash_profile **Zsh note**: Modify your `~/.zshenv` file instead of `~/.bash_profile`. + **Ubuntu note**: Modify your `~/.bashrc` file instead of `~/.bash_profile`. 3. Add pyenv init to your shell to enable shims and autocompletion. $ echo 'eval "$(pyenv init -)"' >> ~/.bash_profile **Zsh note**: Modify your `~/.zshenv` file instead of `~/.bash_profile`. + **Ubuntu note**: Modify your `~/.bashrc` file instead of `~/.bash_profile`. 4. Restart your shell so the path changes take effect. You can now begin using pyenv.