Tech Tips

  1. Uncategorized
  2. 97 view

[Perl]Install plenv

What’s plenv

plenv

How to install

git clone https://github.com/tokuhirom/plenv.git ~/.plenv
echo 'export PATH="$HOME/.plenv/bin:$PATH"' >> ~/.bashrc
echo 'eval "$(plenv init -)"' >> ~/.bashrc
git clone https://github.com/tokuhirom/Perl-Build.git ~/.plenv/plugins/perl-build/
bash
plenv install 5.10.0
plenv versions
# * system (set by /home/zuqqhi2/.plenv/version)
#   5.10.0
echo "export PLENV_VERSION=5.10.0" >> ~/.bashrc
source ~/.bashrc

Uncategorized recent post

  1. Run Amazon FreeRTOS on M5Stack Core2 for AWS …

  2. Udacity Self-Driving Car Engineer Nanodegree …

  3. Install sbt 1.0.0 and run sample template

  4. Visualization of Neural Network and its Train…

  5. [Machine Learning]Created docker image includ…

関連記事

PAGE TOP