Issues with re-adding python support for ledger #800
Unanswered
dcao
asked this question in
Tap maintenance and brew development
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm currently trying to build a modified formula for the
ledger
command-line accounting program on my MacBook Pro M1; in particular, the latest version adds support for Python 3, so I figured I'd be able to re-add the Python support which was removed a few commits back. My modifiedledger.rb
formula is below (pretty much the only modification is adding--python
and-DUSE_PYTHON=1
to theargs
):However, when I try to install this formula, I get an error having to do with copying the ledger python library into the
site-packages
directory under where the Python framework is installed:I was wondering if I could get some help resolving this issue with my formula?
Beta Was this translation helpful? Give feedback.
All reactions