Skip to content

Commit

Permalink
Merge pull request #28 from cultureamp/add-pipx
Browse files Browse the repository at this point in the history
add pipx plugin
  • Loading branch information
jay-aye-see-kay committed Jun 11, 2024
2 parents 293321e + a1ff86f commit 32dd628
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions plugins/pipx/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "pipx",
"version": "0.1.0",
"description": "Installs Pipx and makes it available",
"packages": ["pipx@1.4"],
"env": {
"PIPX_HOME": "{{ .Virtenv }}",
"PIPX_BIN_DIR": "{{ .Virtenv }}/bin"
},
"shell": {
"init_hook": [
"export PATH=\"{{ .Virtenv }}/bin:$PATH\""
]
}
}

0 comments on commit 32dd628

Please sign in to comment.