mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
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:
+1
-1
@@ -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::
|
||||
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
Stopped recommending `--system` for Docker contexts.
|
||||
Reference in New Issue
Block a user