Setting environment variables

Gurobi uses environment variables for multiple configuration purposes. For example, you can set the variable GRB_LICENSE_FILE to indicate where to look for a license file.

You can set an environment variable by adding a line to your shell startup file (.zshenv for zsh, .bash_profile for bash):

export GRB_LICENSE_FILE=/Users/jones/gurobi.lic

You should of course set the variable to point to the actual location of your license key file.