File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ Create a Pipfile.lock from the installed versions:
139
139
Install from that Pipfile.lock:
140
140
141
141
$ pipenv install --ignore-pipfile
142
-
142
+
143
143
144
144
.. _initialization :
145
145
@@ -270,11 +270,14 @@ $ pipenv uninstall
270
270
//////////////////
271
271
272
272
``$ pipenv uninstall `` supports all of the parameters in `pipenv install <#pipenv-install >`_,
273
- as well as one additonal, ``--all ``.
273
+ as well as two additonal options , ``--all `` and `` --all-dev ``.
274
274
275
275
- ``--all `` — This parameter will purge all files from the virtual environment,
276
276
but leave the Pipfile untouched.
277
277
278
+ - ``--all-dev `` — This parameter will remove all of the development packages from
279
+ the virtual environment, and remove them from the Pipfile.
280
+
278
281
279
282
.. _pipenv_lock :
280
283
You can’t perform that action at this time.
0 commit comments