diff options
Diffstat (limited to '.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/64ccf451-b61c-491f-aa68-0ac1b5dbfa6d/comments/232cc363-ba55-4557-9840-3451d74e7b6d/body')
-rw-r--r-- | .be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/64ccf451-b61c-491f-aa68-0ac1b5dbfa6d/comments/232cc363-ba55-4557-9840-3451d74e7b6d/body | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/64ccf451-b61c-491f-aa68-0ac1b5dbfa6d/comments/232cc363-ba55-4557-9840-3451d74e7b6d/body b/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/64ccf451-b61c-491f-aa68-0ac1b5dbfa6d/comments/232cc363-ba55-4557-9840-3451d74e7b6d/body new file mode 100644 index 0000000..4b19934 --- /dev/null +++ b/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/64ccf451-b61c-491f-aa68-0ac1b5dbfa6d/comments/232cc363-ba55-4557-9840-3451d74e7b6d/body @@ -0,0 +1 @@ +The make install will curently install the bin files in ~/bin and the lib files in ~/lib. Unfortunately this will lead to the lib files not being recognised by python by default. http://www.python.org/dev/peps/pep-0370/ defines that the paths should be set to '~/.local/bin' and '~/.local/lib'. Here they will also be automatically discoverable by python. (At least on Ubuntu 10.10) |