Perl Installation - Make Default #4178
Unanswered
JaysonWonder
asked this question in
Everyday usage
Replies: 1 comment 7 replies
-
|
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Output of
brew config
Output of
brew doctor
Description of issue
I installed Perl 5.36 using brew install perl. I do not want to mess up the system installed version (5.30) while I practice and learn. When I check the version it only shows perl 5.30 not the latest brew version. I assume this is a PATH issue. I do not want to break anything (system dependencies, etc). What is the best way to set this up?
I was thinking I need to do this: export PATH=/opt/homebrew/bin/perl but I am not sure. Can anyone confirm or even recommend the best way to precede without breaking my os? I am new to MacOS, using Ventura and I am using VS Code as my main editor if that matters.
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions