From 61bc90bf93d768da2b5d813d1f549ea1405c6433 Mon Sep 17 00:00:00 2001 From: Jens Hedegaard Nielsen Date: Wed, 4 Jan 2017 13:16:22 +0100 Subject: [PATCH] Ensure that pyenv command is in a literal block --- doc/faq/osx_framework.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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