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've installed perlbrew with curl -L http://install.perlbrew.pl/ | bash without a problem. Afterwards I was able to install the latest version of Perl. Thus, everything was ok.
Then I accidentally deleted ~/perl5. To fix it, I've rerun curl -L http://install.perlbrew.pl/ | bash. The installation ended without an error, but ~/perl5 wasn't created. In a second try I created ~/perl5 manually. Again installation ended without any error, but ~/perl5 remains empty.
System is macOS 12 Monterey.
The following is the log of the installation:
~>\curl -L https://install.perlbrew.pl | bash
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 170 100 170 0 0 242 0 --:--:-- --:--:-- --:--:-- 244
100 1574 100 1574 0 0 1546 0 0:00:01 0:00:01 --:--:-- 1546
## Download the latest perlbrew
## Installing perlbrew
Using Perl </usr/bin/perl>
perlbrew is installed: ~/perl5/bin/perlbrew
perlbrew root (~/perl5) is initialized.
Append the following piece of code to the end of your ~/.bash_profile and start a
new shell, perlbrew should be up and fully functional from there:
source ~/perl5/etc/bashrc
Simply run `perlbrew` for usage details.
Happy brewing!
## Installing patchperl
## Done.
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
-
I've installed perlbrew with
curl -L http://install.perlbrew.pl/ | bash
without a problem. Afterwards I was able to install the latest version of Perl. Thus, everything was ok.Then I accidentally deleted
~/perl5
. To fix it, I've reruncurl -L http://install.perlbrew.pl/ | bash
. The installation ended without an error, but~/perl5
wasn't created. In a second try I created~/perl5
manually. Again installation ended without any error, but~/perl5
remains empty.System is macOS 12 Monterey.
The following is the log of the installation:
Beta Was this translation helpful? Give feedback.
All reactions