pulp icon indicating copy to clipboard operation
pulp copied to clipboard

sys.path polluted by hard-coded paths in pulp.cfg.*

Open zhouyc98 opened this issue 3 years ago • 0 comments

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.

zhouyc98 avatar Aug 23 '22 02:08 zhouyc98