Skip to content

hadipourh/grabgurobi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

GrabGurobi

License: GPL v3

A simple script to download, install, and activate Gurobi Optimizer with all necessary environment setup on Linux.

🛠️ Requirements

  • bash
  • wget
  • tar
  • Internet access
  • A valid Gurobi license key

📦 Installation

  1. Clone this repository:
git clone https://github.com/hadipourh/grabgurobi
cd grabgurobi
  1. Make the script executable and run it:
chmod +x install_gurobi.sh
./install_gurobi.sh

🌱 After Installation

Once installed, you can verify the environment is set up by running:

echo $GUROBI_HOME
gurobi.sh

If needed, manually activate the environment in your current shell:

source ~/.bashrc

📄 License

The content is licensed under the GNU GPLv3. See the LICENSE file for more details.

About

Gurobi Installer for Linux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages