Fix /64c by installing with `--user` by default (vs. --prefix=${HOME}).
authorW. Trevor King <wking@drexel.edu>
Sun, 17 Apr 2011 01:26:02 +0000 (21:26 -0400)
committerW. Trevor King <wking@drexel.edu>
Sun, 17 Apr 2011 01:26:15 +0000 (21:26 -0400)
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.

.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/64ccf451-b61c-491f-aa68-0ac1b5dbfa6d/values
Makefile

index 24b22a09930c33f0cb61d54550dd8674f76e9b8e..6a2d2ced8a408da53640316a7d55d1b6ed2502cf 100644 (file)
@@ -7,7 +7,7 @@ reporter: dietmarw <dietmarw@HeX>
 severity: minor
 
 
-status: open
+status: fixed
 
 
 summary: Set default user paths according to PEP370
index fce6060fd9c415aa4190f92d1619e7c869d40320..ca8e735eed844b9944a7356d0cc1df60a96acf9f 100644 (file)
--- 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