0

I'm trying to install MOSEK on my Mac to use in MATLAB, but I could not get how to run the following step:

Run the command:

python <MSKHOME>/mosek/8/tools/platform/osx64x86/bin/install.py

where <MSKHOME> is the directory where MOSEK was installed. This will set up the appropriate shared objects required when using MOSEK.

Where should I run this command on MATLAB or terminal or something else? Another question what exactly <MSKHOME> should be?

Sardar Usama
  • 19,536
  • 9
  • 36
  • 58
  • As I understand from the manual, is where you unpacked MOSEK after downloading and run the command in terminal – Sardar Usama Jun 23 '18 at 18:13
  • Here is the link of instruction https://docs.mosek.com/8.1/install/installation.html#general-setup >>do you think I need to have phyton on mac to be able to run this command? – user9982842 Jun 23 '18 at 18:25
  • 1
    Yes, definitely. `install.py` is a python script and requires python – Sardar Usama Jun 23 '18 at 18:31
  • Also is the following right to add path to matlab '/home/users/username/mosek' on mac to the following file location? – user9982842 Jun 23 '18 at 18:32
  • The manual says this: `/mosek/8/tools/platform/osx64x86/bin` (i.e. to the `bin` directory) – Sardar Usama Jun 23 '18 at 18:34
  • Thanks, it is working now, after installing phyton and running the command in phyton, I was not able to run in terminal btw. – user9982842 Jun 23 '18 at 18:54
  • Did you try running it in the terminal after installing python? or did you run it in the terminal before installing python only? – Sardar Usama Jun 23 '18 at 18:57

0 Answers0