Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pipx inject binary #58

Closed
scolby33 opened this issue Dec 17, 2018 · 2 comments
Closed

pipx inject binary #58

scolby33 opened this issue Dec 17, 2018 · 2 comments

Comments

@scolby33
Copy link

pipx inject is great for adding an additional dependency, but what about adding an additional binary?

For instance, I use beancount and there is an optional web interface package fava. pipx install beancount; pipx inject beancount fava worked to install the fava package, but didn't symlink the binary.

Perhaps this functionality could be added to pipx inject? I'm not sure if it should be by default or as an option pipx inject --link-binaries, but either would work for me.

@cs01
Copy link
Member

cs01 commented Feb 7, 2019

This is a good question. Another question along the same lines is whether the initial install should look at all dependencies installed and expose their binaries as well.

I think for this it would be pretty straightforward to make the api as you described. I can try to add it at some point.

@cs01
Copy link
Member

cs01 commented Feb 23, 2019

This has been added in 0.12.3.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants