From b94b347c0ffd8404c0a73781b067b37f659239c9 Mon Sep 17 00:00:00 2001 From: Rezha Julio Date: Sat, 27 May 2017 22:06:33 +0700 Subject: [PATCH] A wether is a castrated sheep --- Common-build-problems.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common-build-problems.md b/Common-build-problems.md index 7f9719a..b03c15e 100644 --- a/Common-build-problems.md +++ b/Common-build-problems.md @@ -52,7 +52,7 @@ CFLAGS='-O2' ## Build failed - bad interpreter: Permission denied -If you encounter this error while installing python and your server is a VPS, the **/tmp** directory where python-build download and compile the packages is probably mounted as **noexec**. You can check with your hosting provider if wether they provide a way to bypass this protection. +If you encounter this error while installing python and your server is a VPS, the **/tmp** directory where python-build download and compile the packages is probably mounted as **noexec**. You can check with your hosting provider if whether they provide a way to bypass this protection. If the answer is no, just set the **$TMPDIR** environment variable to wherever you have a write + execution rights. For example: