버전 비교

  • 이 줄이 추가되었습니다.
  • 이 줄이 삭제되었습니다.
  • 서식이 변경되었습니다.

목차

miniconda

https://docs.anaconda.com/miniconda/install/#quick-command-line-install

코드 블럭
linenumberstrue
mkdir -p ~/miniconda3
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O ~/miniconda3/miniconda.sh
bash ~/miniconda3/miniconda.sh -b -u -p ~/miniconda3
rm ~/miniconda3/miniconda.sh

pyenv

https://github.com/pyenv/pyenv?tab=readme-ov-file#1-automatic-installer-recommended

코드 블럭
linenumberstrue
curl -fsSL https://pyenv.run | bash

rbenv (Ubuntu, Debian)

https://github.com/rbenv/rbenv

코드 블럭
linenumberstrue
apt update
apt install rbenv

rbenv (Fedora, CentOS, Rocky)

https://developer.fedoraproject.org/start/sw/web-app/rails.html

코드 블럭
linenumberstrue
dnf install rbenv ruby-build-rbenv