[RUBY] Installez rbenv sur Amazon Linux

Installer les bibliothèques dépendantes

sudo yum -y install gcc
sudo yum -y install make
sudo yum -y install openssl
sudo yum -y install openssl-devel
sudo yum -y install gcc-c++
sudo yum install -y mysql-devel
sudo yum install -y readline-devel
sudo yum install -y libxml2-devel
sudo yum install -y libxslt-devel
sudo yum install -y bzip2

Installer git

$ sudo yum -y install git

Installez rbenv

$ git clone https://github.com/sstephenson/rbenv.git ~/.rbenv
$ echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bash_profile
$ echo 'eval "$(rbenv init -)"' >> ~/.bash_profile
$ exec $SHELL -l

Cependant, l'installation de rbenv ne peut pas être effectuée à ce rythme.

$ rbenv install -v 2.6.2
rbenv: no such command `install'

Si vous regardez l'aide, vous pouvez voir qu'il n'y a pas de commande d'installation.

$ rbenv -h
Usage: rbenv <command> [<args>]

Some useful rbenv commands are:
   commands    List all available rbenv commands
   local       Set or show the local application-specific Ruby version
   global      Set or show the global Ruby version
   shell       Set or show the shell-specific Ruby version
   rehash      Rehash rbenv shims (run this after installing executables)
   version     Show the current Ruby version and its origin
   versions    List installed Ruby versions
   which       Display the full path to an executable
   whence      List all Ruby versions that contain the given executable

Solution

Pour l'installer, vous avez besoin du plug-in ruby-build, donc installez-le.

$ git clone https://github.com/sstephenson/ruby-build.git ~/.rbenv/plugins/ruby-build

Si vous regardez l'aide, vous pouvez voir que l'installation (et la désinstallation) a été ajoutée.

$ rbenv -h
Usage: rbenv <command> [<args>]

Some useful rbenv commands are:
   commands    List all available rbenv commands
   local       Set or show the local application-specific Ruby version
   global      Set or show the global Ruby version
   shell       Set or show the shell-specific Ruby version
   install     Install a Ruby version using ruby-build
   uninstall   Uninstall a specific Ruby version
   rehash      Rehash rbenv shims (run this after installing executables)
   version     Show the current Ruby version and its origin
   versions    List installed Ruby versions
   which       Display the full path to an executable
   whence      List all Ruby versions that contain the given executable

See `rbenv help <command>' for information on a specific command.
For full documentation, see: https://github.com/rbenv/rbenv#readme

rbenv install -v 2.6.2 lancera l'installation. Une fois l'installation terminée, vous pouvez la vérifier avec les versions de rbenv.

$ rbenv versions
* system
  2.6.2

Journal d'installation

Le fichier journal au moment de l'installation porte le nom de fichier ruby-build.xxxxxxxxxxxxxxx.log Il est stocké sous / tmp /.

Recommended Posts

Installez rbenv sur Amazon Linux
Installez java 1.8.0 sur Amazon linux2
Installez Java8 avec Yum sur Amazon Linux
Comment installer kafkacat sur Amazon Linux2
Installez Java, Apache, Tomcat 9 sur EC2 (Amazon Linux 2)
Installez ruby sur Ubuntu 20.04 avec rbenv
Installez docker et docker-compose sur Alpine Linux
Essayez de créer un environnement Java 8 sur Amazon Linux2
Installez Gradle sur Mac
Installez Corretto 8 sur Windows
Installez OpenJDK sur macOS
Installez Java sur Mac
[Java] Installation d'Amazon Corretto 8
Installez Golang sur CentOS 8
Installez Neo4j 4.1.3 sur centOS
Installez Docker sur Manjaro
Installez Vertica 10.0 sur CentOS 6.10
Utiliser JDBC sous Linux
Installez Ruby sur Ubuntu 20.04
Installez PostgreSQL 12 sur Centos8
Installez lombok sur SpringToolSuite4
Installez Python 3 sur CentOS 7
Installez kuromoji sur CentOS7
Installez PostGIS 2.5.5 sur CentOS7
Installez jpndistrict sur CentOS 7
Installez openjdk11 sur Mac
Installez Redmine 4.1.1 sur CentOS 7
Installez OpenJDK 8 sur mac
Installation de Smokeping sur CentOS7
Installez PostgreSQL 13 sur CentOS 7.5
Installez Java 8 (OpenJDK: Amazon Corretto) sur macOS avec Homebrew
Installez rbenv avec apt sur ubuntu et mettez ruby
Installez Docker sur Raspberry Pi
Installez Docker sur Windows 10 PRO
Installez OpenJDK7 (JAVA) sur ubuntu 14.04
Rétrograder Java sur openSUSE Linux
Installez Docker sur Ubuntu Server 20.04
Installez l'agent zabbix (5.0) sur Ubuntu 18.04
Installation du proxy MAV sur Ubuntu 18.04
Installez Tomcat sur le VPS de Sakura
Installez OpenFOAM v2006 sur CentOS
Exécuter R à partir d'un processus Java optimisé par Tomcat sur Amazon Linux
Installez Java sur WSL Ubuntu 18.04
Installez Jenkins sur CentOS de Docker
Installez Ubuntu Desktop 20.10 sur RaspberryPi4
Installez Apache sur CentOS sur VirtualBox
Installer Rails sur macOS Catalina
Installez Ruby 2.7 sur RHEL 8 (AppStream)
Installer docker sur AWS EC2
Installez WordPress 5.5 sur Ubuntu 20.04 LTS
Installez Ruby 2.7 sur CentOS 7 (SCL)