Skip to content

Instantly share code, notes, and snippets.

@seanhsu0102
Created December 22, 2023 03:30
Show Gist options
  • Save seanhsu0102/0733daadee3c8ee678e05de86dd3a40b to your computer and use it in GitHub Desktop.
Save seanhsu0102/0733daadee3c8ee678e05de86dd3a40b to your computer and use it in GitHub Desktop.
Ubuntu 16.04 install asdf
sudo apt-get update
sudo apt-get install -y build-essential git libreadline-dev zlib1g-dev libssl-dev libbz2-dev libsqlite3-dev libncurses-dev
git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.13.1
echo ". \"$HOME/.asdf/asdf.sh\"" >> ~/.bashrc
echo ". \"$HOME/.asdf/completions/asdf.bash\"" >> ~/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment