From 4115c1e7494ec8da89c19965d7ff93b2fe643c6f Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 27 Sep 2017 12:29:08 -0400 Subject: [PATCH] for example Signed-off-by: Kenneth Reitz --- docs/advanced.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/advanced.rst b/docs/advanced.rst index bc1c48a7..74736464 100644 --- a/docs/advanced.rst +++ b/docs/advanced.rst @@ -278,6 +278,10 @@ will detect it. Also note that `pip itself supports environment variables `_, if you need additional customization. +For example:: + + $ PIP_INSTALL_OPTION="-- -DCMAKE_BUILD_TYPE=Release" pipenv install -e . + ☤ Custom Virtual Environment Location -------------------------------------