0

I know that there are many posts on how to change your default Python version but none refer to Gurobi recognizing the correct version.

When I open Spyder, Python 3.5 is my default. How do I get my Gurobi 6.5.2 win64 (which now supports Python 3.5 on Windows64, see link), to recognize my Python 3.5 as default and not Python 2.7.8?

Moni
  • 93
  • 1
  • 14

1 Answers1

0

Judging from this tutorial, you need to point pysetup to the location of your Python installation, i.e., the Python 3.5 folder you want.

mengg
  • 310
  • 2
  • 9