From 02d33f2da3b0d03e5fac09447bf8d8d67069c87f Mon Sep 17 00:00:00 2001 From: Tapasweni Pathak Date: Sat, 7 Sep 2019 17:59:45 +0530 Subject: [PATCH] Doc: Expose issues with fancy extension --- news/3912.doc.rst | 1 + pipenv/cli/command.py | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 news/3912.doc.rst diff --git a/news/3912.doc.rst b/news/3912.doc.rst new file mode 100644 index 00000000..24598d19 --- /dev/null +++ b/news/3912.doc.rst @@ -0,0 +1 @@ +Added a line describing potential issues in fancy extension. diff --git a/pipenv/cli/command.py b/pipenv/cli/command.py index 293822a8..9d3ce9bf 100644 --- a/pipenv/cli/command.py +++ b/pipenv/cli/command.py @@ -342,7 +342,8 @@ def lock( "--fancy", is_flag=True, default=False, - help="Run in shell in fancy mode (for elegantly configured shells).", + help="Run in shell in fancy mode. Make sure the shell have no path manipulating" + " scripts. Run $pipenv shell for issues with compatibility mode.", ) @option( "--anyway",