pulp
pulp copied to clipboard
sys.path polluted by hard-coded paths in pulp.cfg.*
In pulp.cfg.linux and other pulp.cfg.* files, there are some hard-coded paths should be modified or optimized such as:
GurobiPath = /opt/gurobi201/linux32/lib/python2.5
I found this issue because my PYTHONPATH is polluted. Run import pulp and print(sys.path) I found '/opt/gurobi201/linux32/lib/python2.5' exists.