Skip to content

Commit

Permalink
Merge pull request #30 from cultureamp/add-pipx-readme
Browse files Browse the repository at this point in the history
add readme for pipx
  • Loading branch information
admackin authored Jun 24, 2024
2 parents a9cf731 + 9fec2e6 commit f47c3c5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions plugins/pipx/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## Pipx Plugin for Python

Installs [pipx](https://pipx.pypa.io) which can be used to bootstrap other system level python tools, and ensure they run in their own dedicated virtual environment. At Culture Amp this is used to install [poetry](https://python-poetry.org).

### How it works

Simply declares that `pipx` should be installed in its devbox Virtenv directory, and adds the `bin` directory under there to the system path, so that packages installed using `pipx` are available to the user (and other packages) in the devbox shell.

0 comments on commit f47c3c5

Please sign in to comment.