We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8a92d4 commit 4e70f5aCopy full SHA for 4e70f5a
scripts/osx/build.sh
@@ -26,6 +26,9 @@ export REPO_ROOT=$(dirname ${SCRIPTS_DIR})
26
# set up pyenv & shell environment for switching across python versions
27
eval "$(pyenv init -)"
28
eval "$(pyenv init --path)"
29
+# install required packages for pyenv
30
+# https://github.com/pyenv/pyenv/wiki#suggested-build-environment
31
+brew install openssl readline sqlite3 xz zlib tcl-tk
32
33
install_python_pyenv() {
34
version=$1
0 commit comments