Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
No bash completion with pip install #16526
Comments
|
No longer an issue in youtube-dl 2019.02.08, AFAICT. IMO, this bug report can be closed. |
|
I assume it's due to the wrong path and wrong filename in Line 62 in b995043 /usr/share/bash-completion/completions/youtube-dl
|
I submitted PR #22355 to update install location. With that change, running |
Before submitting an issue make sure you have:
What is the purpose of your issue?
Description of your issue, suggested solution and other information
I was told here to use pip as an installation tool in order to get man pages and shell completion along with my youtube-dl installation. While the man page has been successfully added the bash shell completion has not. Even after a restart.
I tried
sudo -H pip install --upgrade youtube-dlas well aspip install --user --upgrade youtube-dl