pySetup=0 Topic is solved

Questions on using the GAMS APIs (Python, .NET, etc.)
Post Reply
User avatar
Renger
Posts: 639
Joined: 7 years ago

pySetup=0

Post 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
____________________________________
Enjoy modeling even more: Read my blog on modeling at The lazy economist
Fred
Posts: 372
Joined: 7 years ago

Re: pySetup=0

Post 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
Post Reply