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

Hard to automate symlinking stable perl to /usr/local #421

Open
maspotts opened this issue Oct 8, 2014 · 1 comment
Open

Hard to automate symlinking stable perl to /usr/local #421

maspotts opened this issue Oct 8, 2014 · 1 comment

Comments

@maspotts
Copy link

maspotts commented Oct 8, 2014

I have a lot of legacy perl scripts which look for /usr/local/bin/perl. I would like them to use the latest stable perl installed via perlbrew. For now I simply manually create a symlink from $PERLBREW_ROOT/perls/perl-5.20.1/bin/perl to /usr/local/bin, but that's hard to automate without knowing the current version number of the installed stable perl. It would be great if there was either a standard directory under $PERLBREW_ROOT that I could link to (eg. $PERLBREW_ROOT/aliases/stable), and/or (perhaps) a command such as: "sudo perlbrew symlink stable /usr/local".

@maspotts
Copy link
Author

bump?

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

No branches or pull requests

1 participant