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

Homebrew: latest version not automatically linked #15995

Closed
tdegeus opened this issue Mar 26, 2018 · 2 comments
Closed

Homebrew: latest version not automatically linked #15995

tdegeus opened this issue Mar 26, 2018 · 2 comments

Comments

@tdegeus
Copy link

@tdegeus tdegeus commented Mar 26, 2018

  • I've verified and I assure that I'm running youtube-dl 2018.03.20

Before submitting an issue make sure you have:

  • At least skimmed through the README, most notably the FAQ and BUGS sections
  • Searched the bugtracker for similar issues including closed ones
  • Checked that provided video/audio/playlist URLs (if any) are alive and playable in a browser

What is the purpose of your issue?

  • Feature request (request for a new functionality)

It would be great if the Homebrew installation would automatically link the latest version.

This done for almost all, if not all, other apps. For example, for Python3:

$ ls -l `which python3`
lrwxr-xr-x  1 tdegeus  admin  36 Mar 12 09:09 /usr/local/bin/python3 -> ../Cellar/python/3.6.4_4/bin/python3

I.e. a link is created in the usual location (/usr/local/bin) that points to the latest version in the Cellar.

For youtube-dl the desired behavior would be

$ ls -l `which youtube-dl`
lrwxr-xr-x  ... /usr/local/bin/youtube-dl -> ../Cellar/youtube-dl/2018.03.20/bin/youtube-dl

which updates with every update.

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Mar 26, 2018

Address this to homebrew.

@dstftw dstftw closed this Mar 26, 2018
@tdegeus
Copy link
Author

@tdegeus tdegeus commented Mar 28, 2018

That was kind of naive of me... It was not done before, and somehow I never rechecked. Thanks in any case!

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

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.