From f793ff1a86f848c11811972d0c33d29bcd65677d Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Sat, 12 Dec 2015 18:00:03 +0200 Subject: [PATCH] Disable SCons man for --egg --- docs/faq.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/faq.rst b/docs/faq.rst index 8e82630f..d00f89c6 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -129,8 +129,10 @@ Let fix it manually. [sudo] pip install scons - # or if you have "error: option --single-version-externally-managed not recognized" - [sudo] pip install --egg scons + # If you have errors: + # * error: option --single-version-externally-managed not recognized + # * OSError: [Errno 1] Operation not permitted: '/System/Library/Frameworks/Python.framework/Versions/2.7/man' + [sudo] pip install --egg scons --install-option="--no-install-man" 3. If it didn't help you, try system OS package manager