From 06ce13521dc0126ecc6e199a975a6d65ab7e7e3a Mon Sep 17 00:00:00 2001 From: Per Lundberg Date: Fri, 26 Mar 2021 15:38:24 +0200 Subject: [PATCH] diagnose.rst: Remove outdated -c docs --- docs/diagnose.rst | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/docs/diagnose.rst b/docs/diagnose.rst index f5fb5994..17bf5b47 100644 --- a/docs/diagnose.rst +++ b/docs/diagnose.rst @@ -96,18 +96,6 @@ This may be related to your locale setting. See :ref:`unknown-local-diagnose` for a possible solution. -☤ ``shell`` does not show the virtualenv’s name in prompt ---------------------------------------------------------- - -This is intentional. You can do it yourself with either shell plugins, or -clever ``PS1`` configuration. If you really want it back, use - -:: - - pipenv shell -c - -instead (not available on Windows). - ☤ Pipenv does not respect dependencies in setup.py --------------------------------------------------