Piusha
Piusha

Reputation: 604

In Matlab Runtime Python3.6 installer not found in order to install matlab python suport for ubunut 16.4

I tried to install MATLAB R2017b runtime Python 3.6 on to my ubuntu 16.4. As per the instruction that given in matlab community python installer (setup.py) should be in ../../v93/extern/engines/python location.

When I go there Icouldnt see that setup.py file in the location. I have tried so many time re installing the MATLAB R2017b runtime. But I couldn't find that python setup.py on the location.

could you please send me instruction how to install this MATLAB R2017b runtime on ubuntu 16.4 where I can access my matlab libries from python3.6

Upvotes: 1

Views: 100

Answers (1)

Stavros Niafas
Stavros Niafas

Reputation: 136

The python installer should be in /{matlab_root}/extern/engines/python. Then python setup.py install

Hope it helps

Upvotes: 1

Related Questions