diff --git a/packages/pyenv.sh b/packages/pyenv.sh index 5d794dcc..d033efb2 100755 --- a/packages/pyenv.sh +++ b/packages/pyenv.sh @@ -7,8 +7,7 @@ index_main() { set -e curl -s -S -L https://raw.githubusercontent.com/pyenv/pyenv-installer/master/bin/pyenv-installer | bash + echo "suggested install to build python: base-devel openssl zlib xz tk" } index_main -echo "suggested install to build python:\ - base-devel openssl zlib xz tk"