Re: Trouble using Gforth, having installed via homebrew on OSX
Will Mengarini <seldon-qx95VtOkOx/[email protected]> Mon, 25 Jul 2022 10:39:08 -0700
| Newsgroups | gmane.comp.lang.forth.gforth |
|---|---|
| Message-ID | <[email protected]> |
* Bernd Paysan <[email protected]> [22-07/25=Mo 19:16 +0200]: > Am Montag, 25. Juli 2022, 16:30:11 CEST schrieb Alex Byrne: >> It can't find the image. And echo $GFORTHPATH >> returns empty. So, I tried instead: >> >> % GFORTHPATH=/opt/homebrew/Cellar/gforth/0.7.3_3/lib/gforth/0.7.3 >> % exporth GFORTHPATH >> >> Which works, but isn't persistent across terminal instances. > > You can put that into your ~/.bashrc, > then it is persistent across instances. Also, "export GFORTHPATH", not "exporth GFORTHPATH".