We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6f615e commit db8e581Copy full SHA for db8e581
docs/source/command_ref.rst
@@ -213,7 +213,7 @@ Run a command in all virtualenvs under WORKON_HOME.
213
214
Syntax::
215
216
- allenvs command with arguments
+ allvirtualenv command with arguments
217
218
Each virtualenv is activated, bypassing activation hooks, the current
219
working directory is changed to the current virtualenv, and then the
@@ -222,7 +222,7 @@ can modify the virtualenv.
222
223
::
224
225
- $ allenvs pip install -U pip
+ $ allvirtualenv pip install -U pip
226
227
228
==================================
0 commit comments