Skip to content

Commit 4e70f5a

Browse files
add pyenv required dependencies
1 parent b8a92d4 commit 4e70f5a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/osx/build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ export REPO_ROOT=$(dirname ${SCRIPTS_DIR})
2626
# set up pyenv & shell environment for switching across python versions
2727
eval "$(pyenv init -)"
2828
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
2932

3033
install_python_pyenv() {
3134
version=$1

0 commit comments

Comments
 (0)