A simple script to download, install, and activate Gurobi Optimizer with all necessary environment setup on Linux.
bashwgettar- Internet access
- A valid Gurobi license key
- Clone this repository:
git clone https://github.com/hadipourh/grabgurobi
cd grabgurobi- Make the script executable and run it:
chmod +x install_gurobi.sh
./installer.shOnce installed, you can verify the environment is set up by running:
echo $GUROBI_HOME
gurobi.shIf needed, manually activate the environment in your current shell:
source ~/.bashrcThe content is licensed under the GNU GPLv3. See the LICENSE file for more details.