Chad Smith

Results 189 comments of Chad Smith
trafficstars

> Adding constraints to the command-line would work but defeats the purpose of the automation I'm trying to setup (or overly complicates things) Agreed that the pipx command is getting...

Makes sense. So did the —spec argument work in the mean time?

Thanks for the feedback. Let’s take this as an opportunity to improve the docs. PRs welcome.

I don’t think it’s an age detection thing because the output should say something along the lines of how old the shared libs are and whether they are over the...

> would be nice to have a flag or command that reads requirements.txt and installs everything it finds there into the virtualenv. I think the `pipx runpip PACKAGE PIP_COMMAND` (not...

This is a pretty cool idea. Is `__requires__` a standard or is it just something pip-run made up? I took a look at [`pip-run`'s code](https://github.com/jaraco/pip-run/blob/5ab91934bcdbe1181d2b08368cb9aa5c53a6ef69/pip_run/scripts.py#L71) and it wouldn't be too...

@AlJohri can this dependency be added to brew? Also a few new versions of pipx were published, not sure if they made it into homebrew.

Thank you @chenrui333 😃 > And yes there is a homebrew location for completions. I’ll look into it and make a PR. Wouldn't the fix just be to add the...

> Edit a simple solution, of course is to just wrap the completion within the pipx CLI: eval "$(pipx completions)" and then I would just add argcomplete as a regular...

Here are the completions for the various shells. The only one that requires a globally installed tool, and thus can't be used by homebrew, is `tcsh` which calls `python-argcomplete-tcsh`. ##...