tar -xvzf gurobi10.0.1_linux64.tar.gz
in the terminal to unpack the Gurobi software. This creates a new folder gurobi1001.export GUROBI_HOME="$HOME/gurobi1001/linux64"
export PATH="${PATH}:${GUROBI_HOME}/bin"
export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:${GUROBI_HOME}/lib"
export GRB_LICENSE_FILE="$HOME/gurobi1001/gurobi.lic"
Save the updated .bashrc file (see the pdf file quickstart_linux.pdf (e.g. page 5) in the folder linux64/docs for more information).
source .bashrc
in the terminal (or logout and login again to HSUper) to read the updated content of the .bashrc file.gurobi.sh
in the terminal to start Gurobi Interactive Shell (to verify that the Gurobi installation was succesful) and exit exit()
.