Currently GamsDirFinder.__find_gams looks for GAMS in this order:
- GAMS_DIR environment variable
- GAMSDIR environment variable
- where / which gams
- default install location (Windows only)
Should where/which gams come first? This would change behavior/break interface, but might be more aligned with expected behavior, in that GamsDirFinder would find the version of GAMS that is also found by the command line by default.
Currently GamsDirFinder.__find_gams looks for GAMS in this order:
Should where/which gams come first? This would change behavior/break interface, but might be more aligned with expected behavior, in that GamsDirFinder would find the version of GAMS that is also found by the command line by default.