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.
2 parents 7927d10 + db8e581 commit f0a1265Copy full SHA for f0a1265
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