We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff0047c commit e89ccd7Copy full SHA for e89ccd7
README.md
@@ -62,7 +62,7 @@ You do not need to install Gurobi separately.
62
63
### Manual installation
64
65
-To opt-out of using the Gurobi_jll binaries, set the `GUROBI_HOME` environment
+To opt-out of using the `Gurobi_jll` binaries, set the `GUROBI_HOME` environment
66
variable to point to your local installation and set the
67
`GUROBI_JL_USE_GUROBI_JLL` environment variable to `"false"`, then run
68
`Pkg.add` and `Pkg.build`:
@@ -83,6 +83,10 @@ Pkg.add("Gurobi")
83
Pkg.build("Gurobi")
84
```
85
86
+To change the location of a manual install, change the value of `GUROBI_HOME`,
87
+re-run `Pkg.build("Gurobi")`, and then re-start Julia for the change to take
88
+effect.
89
+
90
## Use with JuMP
91
92
To use Gurobi with JuMP, use `Gurobi.Optimizer`:
0 commit comments