diff --git a/docs/advanced.rst b/docs/advanced.rst index ceaf64d5b2..6179959df2 100644 --- a/docs/advanced.rst +++ b/docs/advanced.rst @@ -110,7 +110,7 @@ You can tell Pipenv to install a Pipfile's contents into its parent system with $ pipenv install --system -This is useful for Docker containers, and deployment infrastructure (e.g. Heroku does this). +This is useful for managing the system Python, and deployment infrastructure (e.g. Heroku does this). Also useful for deployment is the ``--deploy`` flag:: diff --git a/news/2762.doc b/news/2762.doc new file mode 100644 index 0000000000..d2e6fe48c1 --- /dev/null +++ b/news/2762.doc @@ -0,0 +1 @@ +Stopped recommending `--system` for Docker contexts.