From 73ae8decde79c4a809e7e29f63229c996def0cf4 Mon Sep 17 00:00:00 2001 From: Devin Fee Date: Tue, 26 Sep 2017 15:03:27 -0700 Subject: [PATCH] added note concerning `pipenv shell` starting in interactive mode --- docs/advanced.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/advanced.rst b/docs/advanced.rst index c2190987..646b0df1 100644 --- a/docs/advanced.rst +++ b/docs/advanced.rst @@ -536,6 +536,8 @@ A proper shell configuration only sets environment variables like ``PATH`` durin You should do this for your shell too, in your ``~/.profile`` or ``~/.bashrc`` or wherever appropriate. +The shell launched in interactive mode. This means that if your shell reads its configuration from a specific file for interactive mode (e.g. bash by default looks for a ~/.bashrc configuration file for interactive mode), then you'll need to modify this file. For Mac users, you'll need to create a .bashrc file. + ☤ Configuration With Environment Variables ------------------------------------------