cc_staff
1,857
edits
mNo edit summary |
mNo edit summary |
||
Line 197: | Line 197: | ||
running install_egg_info | running install_egg_info | ||
Writing /home/name/env_gurobi/lib/python3.7/site-packages/gurobipy-9.0.1-py3.7.egg-info | Writing /home/name/env_gurobi/lib/python3.7/site-packages/gurobipy-9.0.1-py3.7.egg-info | ||
}} | }} | ||
=== Using the virtual environment === <!--T:120--> | === Using the virtual environment === <!--T:120--> | ||
<!--T:122--> | <!--T:122--> | ||
Line 223: | Line 222: | ||
<!--T:132--> | <!--T:132--> | ||
And this is an example job script that we can use: | And this is an example job script that we can use: | ||
{{File | {{File | ||
|name=gurobi-py_example.sh | |name=gurobi-py_example.sh | ||
Line 243: | Line 242: | ||
python my_gurobi_script.py | python my_gurobi_script.py | ||
}} | }} | ||
== Using Gurobi with Jupyter notebooks == <!--T:200--> | == Using Gurobi with Jupyter notebooks == <!--T:200--> |