“Ruby Installation auf Fedora” Code-Antworten

Ruby Installation auf Fedora

curl -sSL https://rvm.io/mpapis.asc | gpg2 --import -
curl -sSL https://rvm.io/pkuczynski.asc | gpg2 --import -
curl -L get.rvm.io | bash -s stable
Impossible Ibex

Ruby Installation auf Fedora

sudo -i
dnf install gcc-c++ patch readline readline-devel zlib zlib-devel \
    libyaml-devel libffi-devel openssl-devel make \
    bzip2 autoconf automake libtool bison sqlite-devel
Impossible Ibex

Ruby Installation auf Fedora

ruby --version

ruby 2.7.0p0 (2019-12-25 revision 647ee6f091) [x86_64-linux]
Impossible Ibex

Ruby Installation auf Fedora

rvm requirements run

Checking requirements for fedora.
Requirements installation successful.
Impossible Ibex

Ruby Installation auf Fedora

rvm install 2.7
Impossible Ibex

Ruby Installation auf Fedora

rvm use 2.7 --default

Using /usr/local/rvm/gems/ruby-2.7.0
Impossible Ibex

Ruby Installation auf Fedora

source /etc/profile.d/rvm.sh
rvm reload
Impossible Ibex

Ruby Installation auf Fedora

rvm list known
Impossible Ibex

Ruby Installation auf Fedora

rvm list

   ruby-2.4.4 [ x86_64 ]
 * ruby-2.5.1 [ x86_64 ]
=> ruby-2.7.0 [ x86_64 ]

# => - current
# =* - current && default
#  * - default
Impossible Ibex

Ähnliche Antworten wie “Ruby Installation auf Fedora”

Fragen ähnlich wie “Ruby Installation auf Fedora”

Weitere verwandte Antworten zu “Ruby Installation auf Fedora” auf Shell/Bash

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen