gurobi12.0.2_linux64.tar.gz
.scp
and ssh
commands in your terminaltar -xvzf gurobi12.0.2_linux64.tar.gz
or equivalent in the terminal, which creates a new folder in this case named gurobi1202
.gurobilic.sec
to gurobi.lic
and copy it to the gurobi1202
folder.~/.bashrc
fileexport GUROBI_HOME="$HOME/gurobi1202/linux64"
export PATH="${PATH}:${GUROBI_HOME}/bin"
export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:${GUROBI_HOME}/lib"
export GRB_LICENSE_FILE="$HOME/gurobi1202/gurobi.lic"
to install the Gurobi software locally in your actual home folder instead of /opt
.
~/.bashrc
file.~/.bashrc
by running source .bashrc
in the terminal or relogin.gurobi.sh
to start the Gurobi Interactive Shell, then exit with exit()
.