-
Notifications
You must be signed in to change notification settings - Fork 216
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
Unable to switch to new perl installation #761
Comments
check existence of |
There is no perl there:
|
If I manually symlink it to perl-5.37.3 then it works fine. I shouldn't have to do that though, right? |
This is perhaps an regression. perlbrew is supposed to detrct thar 5.37 is a dev release and do whatever adjustment for you. The symlink you've done manually (perl -> perl5.37.3) should have happened automatically. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I installed perl-5.37.3 on Ubuntu 20.04.4 and everything looked like it worked fine. The last couple of messages I got from the log file were:
I see the directory created properly:
However, perlbrew list doesn't show it:
If I try to use it I get:
$ perlbrew use perl-5.37.3 ERROR: The installation "perl-5.37.3" is unknown.
Anything I can check?
The text was updated successfully, but these errors were encountered: