From fb9a8f3dfc2502ba7456eb94c5dfefe932796247 Mon Sep 17 00:00:00 2001 From: Ein Verne Date: Wed, 9 Jan 2019 11:36:41 +0800 Subject: [PATCH] Add pyenv requirements --- init_install.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/init_install.sh b/init_install.sh index e1d72fa..5aabde3 100644 --- a/init_install.sh +++ b/init_install.sh @@ -27,3 +27,8 @@ chsh -s /bin/zsh # pyenv curl -L https://raw.githubusercontent.com/pyenv/pyenv-installer/master/bin/pyenv-installer | bash +# pyenv required +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 liblzma-dev python-openssl +