Hi everybody!

I just noticed, that the setup.py has been removed in this 
<https://github.com/beancount/beancount/commit/9f4984052282f3e2bce1b381dcc4c24f9a0470f8>
commit.

As a result this the  "old school" beancount installation for development 
described in the document  
<https://docs.google.com/document/d/1FqyrTPwiHVLyncWTf3v5TcooCu9z5JRX8Nm41lVZi0U/edit?tab=t.0>
 is 
not applicable any longer

==================================

I work with it is the "old school" way; I just build it locally and modify 
my shell's environment to find its libraries. You build it like this:

cd beancount
python3 setup.py build_ext -i  # or "make build"

and then both the PATH and PYTHONPATH environment variables need to be 
updated for it like this:

export PATH=$PATH:/path/to/beancount/bin
export PYTHONPATH=$PYTHONPATH:/path/to/beancount
===================================

Question: what is now the "old school" beancount installation for 
development on Windows?


-- 
You received this message because you are subscribed to the Google Groups 
"Beancount" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/beancount/7e73bf1e-fbca-42b1-9d2e-90a9aaacbe0fn%40googlegroups.com.

Reply via email to