* Bernd Paysan <be...@net2o.de> [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".