Paul Moore
Paul Moore
I agree, I think we should probably wait until this is a standard before implementing it here. Or at least until PyPI implements it (there's a possibility that PyPI won't...
I would strongly suggest working towards a standard. Even if PyPI implement this without a standard, I'd be cautious about implementing it in pip (my comment above wasn't intended to...
Did adding `-v` (or maybe `-vvv`) not provide the necessary information?
Ah, wait. This is in the legacy build path that uses setuptools when there's no `pyproject.toml`. I'd suggest you add a `pyproject.toml` to your project (specifying setuptools as the build...
Thanks. I guess the answer here is that if you don't have the resources to update your packages, you should probably be cautious about upgrading pip, as you'll find that...
I think the point here is that if we're going to document this, we need to include enough information for people who *aren't* familiar with how completion works to set...
Hmm, I tried the Powershell instructions, and it doesn't work. `pip ins` doesn't complete the `install` command. I may be doing something wrong, but to be honest that's the whole...
I don't know whether it's relevant, but I seem to have both a `TabExpansion` and a `TabExpansion2` function defined...
I don’t think the docs should be trying to help the user to debug issues, we should be giving instructions that don’t *need* debugging. If the problem is that the...
I agree that step 1 should be to get completion working. Given how many different shells there are, and how many different ways there are to invoke pip, that’s likely...