LoginSignup
9

More than 5 years have passed since last update.

pyenvでPythonをFrameworkとしてインストールする

Last updated at Posted at 2014-06-14

$ MY_INSTALL_VERSION=3.4.1
$ export PYTHON_CONFIGURE_OPTS="--enable-framework=$(pyenv root)/versions/$MY_INSTALL_VERSION"
$ pyenv install $MY_INSTALL_VERSION

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
What you can do with signing up
9