Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

  1. Go to www.gurobi.com
  2. Create an account, and request an academic license.
  3. Download the installer for Gurobi 5.0.2, 
    1. You'll need to get the appropriate version for your system!!! Check if you are using 32-bit or 64-bit
  4. Install Gurobi, using the README instructions. A good location is in /opt/
  5. Go back to the website and navigate to the page for your academic license. You'll be given a command with a big code in it, e.g. grbgetkey aaaaa-bbbb
  6. Open a terminal, and navigate to the .../gurobi502/linux64/bin folder e.g. cd /opt_/gurobi502/linux64/bin_
  7. Copy-and-paste the command from the website into the command prompt - you need to be on campus for this to work!
    • Not on campus? Try using vpn, as explained here. At least the command line instructions work
    • To run the command from the terminal, type ./grbgetkey aaaaa-bbbb
  8. Navigate back one level, and run python setup.py install
  9. You are done!

...