Page 1 of 1

polymake won't start from command line on Mac

Posted: 04 Apr 2016, 07:33
by hxiao
I installed the Mac bundle 3.0 recently on El Capitan.
But I cannot start Polymake from the command line by polymake.
How can I solve this?

Re: polymake won't start from command line on Mac

Posted: 04 Apr 2016, 18:42
by paffenholz
The bundle is not intended to be started from the command line. Instead, you can drag the app from the dmg to /Applications and then start it by double clicking it in the finder (or in your preferred way to start any other Mac app).

As any other Mac app, though, you can also start it from the command line with

Code: Select all

/Applications/polymake.app/Contents/MacOS/polymake.start
Andreas