Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66941ec commit 1759004Copy full SHA for 1759004
1 file changed
doc/faq/osx_framework.rst
@@ -44,6 +44,13 @@ instead of `virtualenv <https://virtualenv.pypa.io/en/latest/>`_::
44
45
Otherwise you will need one of the workarounds below.
46
47
+Pyenv
48
+-----
49
+
50
+If you are using pyenv and virtualenv you can enable your python version to be installed as a framework:
51
52
+ PYTHON_CONFIGURE_OPTS="--enable-framework" pyenv install x.x.x
53
54
Conda
55
-----
56
0 commit comments