have a workign copy now
This commit is contained in:
@@ -31,10 +31,13 @@ argument_specs:
|
||||
default: system
|
||||
description:
|
||||
- Install packages using system package manager when available.
|
||||
- When a package doesn't have a system install candidate for the host, it uses it's default install method as defined in the pkglist variables called `<pkgname>_install_methods`
|
||||
- When a package doesn't have a system install candidate for the host,
|
||||
it uses it's default install method as defined in the pkglist variables called `<pkgname>_install_methods`
|
||||
- Most packages will be either `system` or `source` installs.
|
||||
- System installs default to using the system package manager, if possible.
|
||||
- Source installs download, build and install the package via source code. Source installs could be of different types based on the language. For example; python packages installed using `source` are installed with either pipx (default) or system pip.
|
||||
- Source installs download, build and install the package via source code.
|
||||
Source installs could be of different types based on the language.
|
||||
For example; python packages installed using `source` are installed with either pipx (default) or system pip.
|
||||
choices:
|
||||
- system
|
||||
- source
|
||||
|
||||
Reference in New Issue
Block a user