ah I found my mistake I had a '--' to much. Although it seems like the python module was not installed. Python gives an 'ImportError' when I try to load ledger. I also can't find anything in ~/.local/lib/python/site-packages. Is the module installed in another path?
best Max On Saturday, September 28, 2013 3:10:53 PM UTC+2, Max Linke wrote: > > Hi > > I want to install ledger and it's python bindings locally for me and not > system wide. > > I use the following to build ledger > > ./acprep --python update -- --prefix=$HOME/.local -j2 > > When I then try `make install` cmake still wants to copy the library files > (libledger.a) into /usr/local. Are there any other cmake options I can set > so that also the library files get installed into $HOME/.local > > best Max > -- --- You received this message because you are subscribed to the Google Groups "Ledger" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
