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.
Latest version installed but old version running. #21803
Comments
|
Try |
|
Aha! So my system is messed up. I had previously attempted to install youtube-dl via pip, but that didn't seem to work. I uninstalled it (or maybe I just deleted what I saw) then installed Homebrew and then youtube-dl via Homebrew. So when I type: It responds with: The date of the version in there is 4/11/19. That's obviously what's running. So what is the cleanest way for me to get rid of that version and convince my computer to look in /usr/local/bin instead? |
|
Ah! I just deleted the old one, quit Terminal, then relaunched it. Everything works now! |
Checklist
Verbose log
Description
I'm trying to download a YouTube video. I'm getting the error above. However, I noticed that the version listed above (2019.04.07) is not the version of youtube-dl that I have installed.
I'm on a Mac. When I type:
brew upgrade youtube-dl
Homebrew reports:
Error: youtube-dl 2019.07.14 already installed
I don't know if this is a Homebrew problem or youtube-dl problem.