1. Xcode
2. launch Xcode and Agree with License Agreement
3. install brew.sh

$ ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"

4. install midnight-commander python 2.7 and/or python 3.x

$ brew install mc
$ brew install python --universal
$ brew install python3 --universal