Skip to content

Instantly share code, notes, and snippets.

@InnovativeInventor
Created August 5, 2018 18:02
Show Gist options
  • Save InnovativeInventor/fbfde9998bc7dc16788920d51bda5655 to your computer and use it in GitHub Desktop.
Save InnovativeInventor/fbfde9998bc7dc16788920d51bda5655 to your computer and use it in GitHub Desktop.
curl -L https://github.com/pyenv/pyenv-installer/raw/master/bin/pyenv-installer | bash
cat bashrc >> ~/.bashrc
sudo apt-get update
sudo apt-get install -y make build-essential libssl-dev zlib1g-dev libbz2-dev \
libreadline-dev libsqlite3-dev wget curl llvm libncurses5-dev libncursesw5-dev \
xz-utils tk-dev libffi-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment