Metainformationen zur Seite
  •  

Dies ist eine alte Version des Dokuments!


sudo apt install git
git clone -b v1.1.2 https://github.com/rbenv/rbenv.git $HOME/.rbenv
mkdir $HOME/.rbenv/plugins
git clone -b v20210309 https://github.com/rbenv/ruby-build.git $HOME/.rbenv/plugins/ruby-build
cd ~/.rbenv && src/configure && make -C src
echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bash_profile
echo 'eval "$(rbenv init -)"' >> ~/.bash_profile
logout
ssh pi@<XXX>
rbenv install -l
rbenv install <XXX>