bindings-python - drop references to gnucash-env

We no longer ship a gnucash-env script, directly use python(3) instead
This commit is contained in:
Geert Janssens
2019-11-30 13:20:08 +01:00
parent 0b11a073f0
commit df1f033f41
7 changed files with 17 additions and 15 deletions

View File

@@ -5,8 +5,9 @@
# before running this.
# Adding to a calling bash script would be better
# Although calling it from here would be even better!
# OR: export PYTHONPATH=$HOME/progs/lib/python2.6/site-packages
# Then: gnucash-env ipython
# OR: export PYTHONPATH=<path-to-gnucash-inst-dir>/lib/python3.7/site-packages:$PYTHONPATH
# You may have to adjust the above path to your local system (lib->lib64, python3.7->...)
# Then: ipython3
# The account file is not saved but always use a disposable copy.
# Change, FILE, CURRENCY and STOCK to those defined in your test account.