From d1d70270304a1defaa5f483ba47f0edf6db27e3e Mon Sep 17 00:00:00 2001 From: laggardkernel Date: Tue, 20 Nov 2018 17:18:20 +0800 Subject: [PATCH] Suggestion for building with framework --- Home.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Home.md b/Home.md index c439a03..1d73432 100644 --- a/Home.md +++ b/Home.md @@ -179,6 +179,8 @@ Some of 3rd party tool like [PyInstaller](https://github.com/pyinstaller/pyinsta $ env PYTHON_CONFIGURE_OPTS="--enable-framework" pyenv install 3.5.0 ``` +Note: You'd better not `export` `PYTHON_CONFIGURE_OPTS` cause it breaks building of some distros like `miniconda` and `anaconda`. + ### How to build CPython with `--enable-shared` Some of 3rd party tool like [PyInstaller](https://github.com/pyinstaller/pyinstaller) might require CPython installation built with `--enable-shared`. You can build CPython with shared library as follows.