Install Python as a Framework with pyenv

$ MY_INSTALL_VERSION=3.4.1


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

https://github.com/yyuu/pyenv/issues/99


Recommended Posts

Install Python as a Framework with pyenv
Install python with pyenv
Unable to install Python with pyenv
[Pyenv] Building a python environment with ubuntu 16.04
Build a python virtual environment with pyenv
Let's make a web framework with Python! (1)
Let's make a web framework with Python! (2)
Install python (pyenv, pyenv-virtualenv)
Install Voluptuous with Python 2.5
I wanted to install Python 3.4.3 with Homebrew + pyenv
Install Python environment with Anaconda
Install external libraries with Python
Make a fortune with Python
Reinstall python with pyenv with -fPIC
Install the latest stable Python with pyenv (both 2 and 3)
Install pyenv from Homebrew, install Python from pyenv
python with pyenv and venv
Install the latest Python from pyenv installed with homebrew
Create a directory with python
How to install NPI + send a message to line with python
How to install Python2.7 python3.5 with pyenv (on RHEL5 CentOS5) (2016 Nov)
Get a clean Python development environment with pyenv + pipx + Poetry
Creating a GUI as easily as possible with python [tkinter edition]
Build a python environment with pyenv (OS X El Capitan 10.11.3)
Build a Python environment with WSL + Pyenv + Jupyter + VS Code
[Python] What is a with statement?
Use pymol as a python library
Solve ABC163 A ~ C with Python
Operate a receipt printer with python
A python graphing manual with Matplotlib.
Install Python 2.7.9 and Python 3.4.x with pip.
I can't install python3 with pyenv-vertualenv
Let's make a GUI with python.
Install Python from source with Ansible
Solve ABC166 A ~ D with Python
Set python compile options with pyenv
Create a virtual environment with Python!
I made a fortune with Python.
Building a virtual environment with Python 3
Install the Python plugin with Netbeans 8.0.2
Solve ABC168 A ~ C with Python
Make a recommender system with python
Use blender as a python module
Use Python in pyenv with NeoVim
[Python] Generate a password with Slackbot
Solve ABC162 A ~ C with Python
Create a Python general-purpose decorator framework
Solve ABC167 A ~ C with Python
Install Python on CentOS using Pyenv
Solve ABC158 A ~ C with Python
Let's make a graph with python! !!
Install Python framework django using pip
Launch a Python script as a service
Install python2.x on catalina with pyenv
[Python] Inherit a class with class variables
I made a daemon with Python
Wget fails during install with pyenv
Install Python on CentOS using pyenv
Install python with mac vs code
How to install Anaconda with pyenv
Write a batch script with Python3.5 ~