File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ You do not need to install Gurobi separately.
62
62
63
63
### Manual installation
64
64
65
- To opt-out of using the Gurobi_jll binaries, set the ` GUROBI_HOME ` environment
65
+ To opt-out of using the ` Gurobi_jll ` binaries, set the ` GUROBI_HOME ` environment
66
66
variable to point to your local installation and set the
67
67
` GUROBI_JL_USE_GUROBI_JLL ` environment variable to ` "false" ` , then run
68
68
` Pkg.add ` and ` Pkg.build ` :
@@ -83,6 +83,10 @@ Pkg.add("Gurobi")
83
83
Pkg. build (" Gurobi" )
84
84
```
85
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
+
86
90
## Use with JuMP
87
91
88
92
To use Gurobi with JuMP, use ` Gurobi.Optimizer ` :
You can’t perform that action at this time.
0 commit comments