mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Remove note about pip bug with pip v1 vs pip v2 return codes
Refs #27996
This commit is contained in:
parent
6f8925ee84
commit
f08d488313
1 changed files with 0 additions and 6 deletions
|
@ -250,12 +250,6 @@ def installed(name,
|
|||
'''
|
||||
Make sure the package is installed
|
||||
|
||||
.. note::
|
||||
|
||||
There is a known issue when using pip v1.0 that causes ``pip install`` to return
|
||||
1 when executed without arguments. See :issue:`21845` for details and
|
||||
potential workarounds.
|
||||
|
||||
name
|
||||
The name of the python package to install. You can also specify version
|
||||
numbers here using the standard operators ``==, >=, <=``. If
|
||||
|
|
Loading…
Add table
Reference in a new issue