From a7ad89a6ad7da55089e6f9a4cdd645b7079ee04e Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sat, 16 Apr 2011 21:26:02 -0400 Subject: [PATCH] Fix /64c by installing with `--user` by default (vs. --prefix=${HOME}). This way users don't need to mess with PYTHONPATH. They'll still need to tweak PATH so they can find the be entry script. --- .../bugs/64ccf451-b61c-491f-aa68-0ac1b5dbfa6d/values | 2 +- Makefile | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/64ccf451-b61c-491f-aa68-0ac1b5dbfa6d/values b/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/64ccf451-b61c-491f-aa68-0ac1b5dbfa6d/values index 24b22a0..6a2d2ce 100644 --- a/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/64ccf451-b61c-491f-aa68-0ac1b5dbfa6d/values +++ b/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/64ccf451-b61c-491f-aa68-0ac1b5dbfa6d/values @@ -7,7 +7,7 @@ reporter: dietmarw severity: minor -status: open +status: fixed summary: Set default user paths according to PEP370 diff --git a/Makefile b/Makefile index fce6060..ca8e735 100644 --- a/Makefile +++ b/Makefile @@ -32,9 +32,8 @@ RST2HTML = /usr/bin/rst2html #PATH = /usr/bin:/bin # must include sphinx-build for 'sphinx' target. -#PREFIX = /usr/local -PREFIX = ${HOME} -INSTALL_OPTIONS = "--prefix=${PREFIX}" +#INSTALL_OPTIONS = "--prefix=/usr/local" +INSTALL_OPTIONS = "--user" # Select the documentation you wish to build DOC = sphinx man -- 2.26.2