Advertisement
Guest User

Untitled

a guest
Apr 18th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.26 KB | None | 0 0
  1. CFLAGS="-I$(brew --prefix readline)/include -I$(brew --prefix openssl)/include -I$(xcrun --show-sdk-path)/usr/include" \
  2. LDFLAGS="-L$(brew --prefix readline)/lib -L$(brew --prefix openssl)/lib" \
  3. PYTHON_CONFIGURE_OPTS=--enable-unicode=ucs2 \
  4. pyenv install -v 3.6.2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement