pyenv로 파이썬을 설치하기 전에 해야할 것

이걸 안해주면 나중에 모듈 설치할 때 골치아프다.

export CONFIGURE_OPTS="--enable-shared"
export PYTHON_CONFIGURE_OPTS="--enable-shared"