Page 1 of 1

pySetup=0

Posted: Thu Feb 20, 2020 10:28 am
by Renger
Hi
Back to the discussion on setting up python using another Python distribution.
In the documentation/discussions it is said that one should use "pySetup=0" but it is not clear how to use this: In my code? When setting up python for Gams?
Any help would be appreciated.
Cheers
Renger

Re: pySetup=0

Posted: Thu Feb 20, 2020 12:36 pm
by Fred
Hi Renger,

pySetup is a command line parameter. Just add it to your GAMS call, e.g.

Code: Select all

gams myFile.gms pySetup=0
or in the corresponding fields of Studio/IDE.

I hope this helps!

Fred