Move pyenv build requirements echo

This commit is contained in:
Evie Litherland-Smith 2023-03-05 22:23:32 +00:00
parent 0324e46c1b
commit e8c4fbeba4

View file

@ -7,8 +7,7 @@
index_main() { index_main() {
set -e set -e
curl -s -S -L https://raw.githubusercontent.com/pyenv/pyenv-installer/master/bin/pyenv-installer | bash 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 index_main
echo "suggested install to build python:\
base-devel openssl zlib xz tk"