mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Update the salt pip executable to salt-pip
This commit is contained in:
parent
c6e6f77343
commit
82119c2a69
2 changed files with 2 additions and 2 deletions
|
@ -124,7 +124,7 @@ The migration path from the non-Tiamat packages to the Tiamat packages will incl
|
|||
* Pip packages: You need to ensure any 3rd party pip packages are installed in the correct Tiamat path.
|
||||
This can be accomplished in two ways:
|
||||
|
||||
* ``salt pip install <package name>``
|
||||
* ``salt-pip install <package name>``
|
||||
* Using the ``pip.installed`` Salt state.
|
||||
|
||||
To install python packages into the system python environment, user's must now provide the ``pip_bin`` or ``bin_env`` to the pip state module.
|
||||
|
|
|
@ -109,7 +109,7 @@ The migration path from the non-Tiamat packages to the Tiamat packages will incl
|
|||
* Pip packages: You need to ensure any 3rd party pip packages are installed in the correct Tiamat path.
|
||||
This can be accomplished in two ways:
|
||||
|
||||
* ``salt pip install <package name>``
|
||||
* ``salt-pip install <package name>``
|
||||
* Using the ``pip.installed`` Salt state.
|
||||
|
||||
To install python packages into the system python environment, user's must now provide the ``pip_bin`` or ``bin_env`` to the pip state module.
|
||||
|
|
Loading…
Add table
Reference in a new issue