mayeut/setup-pipx
Installs pipx
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| python-version | Version range or exact version of Python or PyPy to use, using SemVer's version range syntax. | no | 3.8 - 3.12 |
| add-pipx-bin-dir-to-path | pipx bin dir will be added to PATH. | no | true |
| add-pipx-to-path | pipx will be added to PATH. | no | true |
Outputs
| name | description |
|---|---|
| python-path | The absolute path to the Python or PyPy executable. |
| pipx-path | The absolute path to the pipx executable. |
| pipx-bin-dir | The absolute path to the pipx bin dir. |