From 25fae63aecfe33cf816591d600a63f3d5b7503f6 Mon Sep 17 00:00:00 2001 From: Jian Yu Date: Thu, 18 Sep 2014 20:28:01 +0800 Subject: [PATCH] Modify env $PATH in ~/.profile Refer to https://github.com/kennethreitz/python-guide/pull/471 --- docs/starting/install/osx.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/starting/install/osx.rst b/docs/starting/install/osx.rst index a8fd5a9..b3fbd3c 100644 --- a/docs/starting/install/osx.rst +++ b/docs/starting/install/osx.rst @@ -47,7 +47,7 @@ The script will explain what changes it will make and prompt you before the installation begins. Once you've installed Homebrew, insert the Homebrew directory at the top of your :envvar:`PATH` environment variable. You can do this by adding the following -line at the bottom of your :file:`~/.bashrc` file +line at the bottom of your :file:`~/.profile` file .. code-block:: console