You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the perl plugin on IntelliJIdea2023.3 on macos with perlbrew. perlbrew installed on /opt/perl5/perlbrew. (not in my home directory)
This works fine, i can select in the project settings all installed perlbrew perls. :-)
But if i open a terminal i got the following error: /Users/henry/Library/Application Support/JetBrains/IntelliJIdea2023.3/plugins/plugin/perl/perlbrew_starter.sh:source:16: no such file or directory: /Users/henry/perl5/perlbrew/etc/bashrc
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I'm using the perl plugin on IntelliJIdea2023.3 on macos with perlbrew. perlbrew installed on /opt/perl5/perlbrew. (not in my home directory)
This works fine, i can select in the project settings all installed perlbrew perls. :-)
But if i open a terminal i got the following error:
/Users/henry/Library/Application Support/JetBrains/IntelliJIdea2023.3/plugins/plugin/perl/perlbrew_starter.sh:source:16: no such file or directory: /Users/henry/perl5/perlbrew/etc/bashrc
inside perlbrew_starter.sh
source "$HOME/perl5/perlbrew/etc/bashrc"
The file are located /opt/perl5/perlbrew/etc/bashrc not in my home dir.
Beta Was this translation helpful? Give feedback.
All reactions