From 83326a1aa992e2f0fea0af900413eb57d0369ed4 Mon Sep 17 00:00:00 2001 From: native-api Date: Sat, 5 Nov 2022 00:44:36 +0300 Subject: [PATCH] Updated Common build problems (markdown) --- Common-build-problems.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common-build-problems.md b/Common-build-problems.md index b1e2a2e..e2f3150 100644 --- a/Common-build-problems.md +++ b/Common-build-problems.md @@ -1,3 +1,5 @@ +Make sure to have installed Python's binary dependencies and build tools as per https://github.com/pyenv/pyenv/wiki#suggested-build-environment before any troubleshooting. + - [Prerequisites](#prerequisites) - [Removing a python version manually](#removing-a-python-version-manually) - [Installing a 32 bit python on 64 bit Mac OS X (this will *not* work on Linux)](#installing-a-32-bit-python-on-64-bit-mac-os-x-this-will-not-work-on-linux) @@ -14,8 +16,6 @@ - [Keg-only Homebrew packages are forcibly linked / added to PATH](#keg-only-homebrew-packages-are-forcibly-linked--added-to-path) ## Prerequisites -Make sure to have installed Python's binary dependencies and build tools as per https://github.com/pyenv/pyenv/wiki#suggested-build-environment before any troubleshooting. - Below are some alternative packages that are not in the recommended set and should generally only be considered when there are special needs and/or problems with those in it.