pySetup=0

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

Hi Renger,

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

gams myFile.gms pySetup=0

or in the corresponding fields of Studio/IDE.

I hope this helps!

Fred