Invalid syntax
AnsweredHi, I am having troble to follow the example in the start manual. I followed the steps of the example Producing Coins, and when I input '>gurobi_cl c:\gurobi901\win64\examples\data\coins.lp', it shows 'invalid syntax' .
0
-
Hi Zi Zhang,
the problem is that you ran the gurobi.sh script before. This actually opens a Python environment where the environment variables are set beforehand to the necessary values.
gurobi_cl on the other hand is the command-line tool, so you should open up a new terminal and then run the command:
>gurobi_cl c:\gurobi901\win64\examples\data\coins.lp'
Best
Richard
0
Please sign in to leave a comment.
Comments
1 comment