From 704321f040c2f08978391051725210ce60333220 Mon Sep 17 00:00:00 2001 From: Chris Ledet Date: Fri, 22 Jul 2011 10:34:00 -0400 Subject: [PATCH] updated README --- README.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index e872a7e..a4de515 100644 --- a/README.rst +++ b/README.rst @@ -12,7 +12,11 @@ The recommended way to download and install pythonbrew is to run these statement curl -kL http://xrl.us/pythonbrewinstall | bash -After that, pythonbrew installs itself to ~/.pythonbrew, and you should follow the instruction on screen to setup your .bashrc to put it in your PATH. +After that, pythonbrew installs itself to ~/.pythonbrew. + +Please add the following line to the end of your ~/.bashrc + + [[ -s $HOME/.pythonbrew/etc/bashrc ]] && source $HOME/.pythonbrew/etc/bashrc If you need to install pythonbrew into somewhere else, you can do that by setting a PYTHONBREW_ROOT environment variable::