Can't use left right button in linux gurobi shell
AnsweredI run gurobi's interactive shell on Ubuntu 20.04, and I can't use left right button when I press them only some words like "^[[D" are shown in the terminal. I wonder how to fix it.
0
-
Official comment
This post is more than three years old. Some information may not be up to date. For current information, please check the Gurobi Documentation or Knowledge Base. If you need more help, please create a new post in the community forum. Or why not try our AI Gurobot?. -
Hi Zhiyu,
The Gurobi Interactive Shell is little more than a standard Python shell - it just pre-imports the gurobipy module. To get a more interactive experience, I recommend using IPython or Jupyter Notebook and then calling
import gurobipy as gp
I hope that helps.
Cheers,
Matthias0
Post is closed for comments.
Comments
2 comments