On Mon, 21 Jul 2014, Allin Cottrell wrote:
On Mon, 21 Jul 2014, Logan Kelly wrote:
> I am running Win 7 64 bit
>
> I would like to run both the latest stable release and the cvs on the same
> machine. I have installed both in separate directories. My problem is that
> gretl 1.9.90 is calling gnuplot from the gretl cvs installation, i.e.
>
> "C:\Program Files\gretl_cvs\wgnuplot.exe" "C:\Users\Logan
> Kelly\AppData\Roaming\gretl\gpttmp.c09324": exit code 1
[...]
Gretl is not specifically designed to support multiple installations, but it
should be possible to "fake" it. Try deleting
C:\Users\Logan Kelly\AppData\Roaming\gretl\.gretl2rc
before starting gretl.
Ah, on second thoughts that probably won't help. But here's another idea:
set the environment variable GRETL_HOME to either
"C:\Program Files\gretl_cvs" or
"C:\Program Files\gretl"
when starting the program.
Allin Cottrell