以下の内容はhttps://memo.xight.org//2014-03-31-3より取得しました。


plenv の導入

Summary

homebrew を使って、plenv を使ってみる。

Install

% brew install perl-build plenv
% plenv install-cpanm

.zshrc, .zshenv あたり

# plenv
eval "$(plenv init -)"

if [[ -d $HOME/.plenv/shims ]]; then
	export	PATH="$HOME/.plenv/shims:$PATH"
fi

perl 5.18.2 を導入

% plenv install 5.18.2
% plenv global 5.18.2

確認

% which perl
$HOME/.plenv/shims/perl

% which cpanm
$HOME/.plenv/shims/cpanm

Reference

tokuhirom/plenv
https://github.com/tokuhirom/plenv



以上の内容はhttps://memo.xight.org//2014-03-31-3より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14