Skip to content

Instantly share code, notes, and snippets.

@nellshamrell
Created October 10, 2019 21:37
Show Gist options
  • Save nellshamrell/43b779a0b508e9ff1a3d2f6ecf38e37d to your computer and use it in GitHub Desktop.
Save nellshamrell/43b779a0b508e9ff1a3d2f6ecf38e37d to your computer and use it in GitHub Desktop.
sudo apt update
sudo apt install autoconf bison build-essential libssl-dev libyaml-dev libreadline6-dev zlib1g-dev libncurses5-dev libffi-dev libgdbm5 libgdbm-dev
git clone https://github.com/rbenv/rbenv.git ~/.rbenv
echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bashrc
echo 'eval "$(rbenv init -)"' >> ~/.bashrc
source ~/.bashrc
git clone https://github.com/rbenv/ruby-build.git ~/.rbenv/plugins/ruby-build
rbenv install -l
rbenv install 2.6.4
rbenv global 2.6.4

curl https://sh.rustup.rs -sSf | sh
source ~/.cargo/bin

sudo apt-get -y install cmake
sudo apt-get install pkg-config
gem install bundler:2.0.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment