Tag OS X

Install ffmpeg on Mac Book:SOLVED

The following is quick and easy method to install ffmpeg The Minimum Requirements • An Intel CPU • OS X 10.5 or higher • Command Line Tools for Xcode: xcode-select –install, or Xcode • A Bourne-compatible shell for installation (e.g.…

Advance Search

Use the following to find what you want.. + : A leading plus sign indicates that this word must be present in every object returned. – : A leading minus sign indicates that this word must not be present in…

iPython Notebook on MACBOOK: Solved

the Launcher Install by Anaconda does not launch ipython notebook. this due to locale issues on MAC OS X. hence the fix is change the locale before launching notebook > export LAN=en_US.UTF-8 > export LC_ALL=en_US.UTF-8 > ipython notebook Its not…