mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 01:57:13 +02:00
Disable SCons man for --egg
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user