pyipopt
pyipopt copied to clipboard
IP opt path for setup
Hi
I was trying to install this package and in setup.py I see the path to ipopt is hard-coded to IPOPT_DIR = '/usr/local/'.
Since I am installing it in a docker image, I was thinking that an environment variable containing the path to ipopt installation should make this a bit more flexible.
What do you think if I make a PR for this?
Thanks