From 81b7b30acd08bc59e2a01bbdf0752d78cc55be52 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Mon, 17 Dec 2012 17:00:53 -0500 Subject: [PATCH] Added note about .[bash]_profile issue to docs. #855 --- source/docs/setup/rbenv/index.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/docs/setup/rbenv/index.markdown b/source/docs/setup/rbenv/index.markdown index 476b74c..6ffe189 100644 --- a/source/docs/setup/rbenv/index.markdown +++ b/source/docs/setup/rbenv/index.markdown @@ -23,6 +23,8 @@ source ~/.bash_profile **Zsh users:** In the instructions above substitute `~/.bash_profile` with `~/.zshenv`. +**Note:** You may need to add `source ~/.bash_profile` to `~/.profile` depending upon your bash configuration. + ## Alternate Installation Using Homebrew If you use Homebrew on Mac OS X you may prefer to install rbenv like this: