install:macos

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revisionBoth sides next revision
install:macos [2020/05/31 23:12] – [Install Perlbrew] paffenholzinstall:macos [2020/05/31 23:16] – [Install Perlbrew] paffenholz
Line 58: Line 58:
 and for 10.15 do  and for 10.15 do 
 <code> <code>
-echo "export PERL5LIB=$HOME/perl5/lib/perl5:$HOME/perl5${PERL5LIB+:$PERL5LIB}" >> $HOME/.zsh_profile +echo "export PERL5LIB=$HOME/perl5/lib/perl5:$HOME/perl5${PERL5LIB+:$PERL5LIB}" >> $HOME/.zshrc 
-echo "source ~/perl5/perlbrew/etc/bashrc" >> $HOME/.zsh_profile +echo "source ~/perl5/perlbrew/etc/bashrc" >> $HOME/.zshrc 
-echo 'export ARCHFLAGS="-arch x86_64"' >> $HOME/.zsh_profile +echo 'export ARCHFLAGS="-arch x86_64"' >> $HOME/.zshrc 
-source $HOME/.zsh_profile+source $HOME/.zshrc
 </code> </code>
  
  • install/macos.txt
  • Last modified: 2024/04/11 16:57
  • by paffenholz