Merge pull request #2762 from giorgiosironi/do_not_recommend_no_virtualenv_in_docker

Best practice proposal: do not recommend --system for a Docker context
This commit is contained in:
Tzu-ping Chung
2018-08-29 13:17:08 +08:00
committed by GitHub
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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::
+1
View File
@@ -0,0 +1 @@
Stopped recommending `--system` for Docker contexts.