diff --git a/doc/faq/osx_framework.rst b/doc/faq/osx_framework.rst index c8f11a95b95c..c5005dde3f66 100644 --- a/doc/faq/osx_framework.rst +++ b/doc/faq/osx_framework.rst @@ -47,7 +47,7 @@ Otherwise you will need one of the workarounds below. Pyenv ----- -If you are using pyenv and virtualenv you can enable your python version to be installed as a framework: +If you are using pyenv and virtualenv you can enable your python version to be installed as a framework:: PYTHON_CONFIGURE_OPTS="--enable-framework" pyenv install x.x.x