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
-
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
Please sign in to leave a comment.
Comments
1 comment