LoginSignup
3
1

More than 5 years have passed since last update.

anyenv update

Posted at

アップデート前

% pyenv install --list | egrep ' 3\.6'        
  3.6.0
  3.6-dev
% rbenv install --list | egrep ' 2\.5'  
  2.5.0-dev
% phpenv install --list | egrep ' 7\.2'  
% 
% scalaenv install --list | egrep '\-2\.12'
scala-2.12.0
scala-2.12.0-M1
scala-2.12.0-M2
scala-2.12.0-M3
scala-2.12.0-M4
scala-2.12.0-M5
scala-2.12.0-RC1
scala-2.12.0-RC2
% goenv install --list | egrep '1\.10'   
% 

プラグインのインストール & アップデート

% mkdir ~/.anyenv/plugins                     
% git clone https://github.com/znz/anyenv-update.git ~/.anyenv/plugins/anyenv-update
% anyenv update

アップデート後

% pyenv install --list | egrep ' 3\.6'        
  3.6.0
  3.6-dev
  3.6.1
  3.6.2
  3.6.3
  3.6.4
  3.6.5
% rbenv install --list | egrep ' 2\.5'  
  2.5.0-dev
  2.5.0-preview1
  2.5.0-rc1
  2.5.0
  2.5.1
% phpenv install --list | egrep ' 7\.2'  
  7.2.0
  7.2.1
  7.2.2
  7.2.3
  7.2.4
  7.2.5
  7.2snapshot
% scalaenv install --list | egrep '\-2\.12'
  scala-2.12.0-M1
  scala-2.12.0-M2
  scala-2.12.0-M3
  scala-2.12.0-M4
  scala-2.12.0-M5
  scala-2.12.0-RC1
  scala-2.12.0-RC2
  scala-2.12.0
  scala-2.12.1
  scala-2.12.2
  scala-2.12.3
  scala-2.12.4
  scala-2.12.5
% goenv install --list | egrep '1\.10'   
1.10.1
1.10
3
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
1