David,

You can put the attached config.user file in your DOT_GNUCASH_DIR ($HOME/
Library/Application Support/Gnucash)

If you then start gnucash from the command line, it should print out the value 
of your API key there, together with the version of Finance::Quote that got 
installed. Unless the OS X edition doesn't print this early boot 
information...

Regards,

Geert
(let ((api-key (getenv "ALPHAVANTAGE_API_KEY")))
  (if (not api-key)
      (display "ALPHAVANTAGE_API_KEY is not set\n" (current-error-port))
      (display (string-append
                  "ALPHAVANTAGE_API_KEY is set to '"
                   (getenv "ALPHAVANTAGE_API_KEY")
                   "'\n")
               (current-error-port)
      )
  )
)
_______________________________________________
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-----
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.

Reply via email to