No apps created after installation on MacOS

After
chmod +x OTB-6.6.1-Linux64.run
./OTB-6.6.1-Linux64.run

I get the following files:

LICENSE README include make_symlinks mkspecs otbenv.profile plugins share tools
Monteverdi.icns bin lib mapla.sh monteverdi.sh pkgsetup setup_python.sh template.app translations

but no app files (contrary to mentioned in the MAC section of https://www.orfeo-toolbox.org/CookBook/Installation.html)

This is what I get after
./OTB-6.6.1-Linux64.run

*****Error occurred during installation******

Python interpreter detected is : /usr/bin/python ( version: 2.7.10 )

Python.framework/Versions/2.7/Python cannot be found in any of search directories.

We had searched following directories /usr/lib /Library/Frameworks /opt/local/lib /opt/local/Library/Frameworks

If you don't have python-dev package installed, install it and make a symlink

If you don't have python headers and so installed on a custom location, then make a symlink

eg: ln -s /usr/lib/x86_64-linux-gnu/Python.framework/Versions/2.7/Python /Users/Usuario/Desktop/ORPHEO/OTB-6.6.1-Darwin64/lib/Python.framework/Versions/2.7/Python

Am I missing any dependency?

Thanks

Answering myself: solved by installing pip and numpy

Hi,
You should be careful, it seems that you are using Linux packages on mac, not sure you’ll have expected results with this!