Simple, short guide to setup Python and some Machine Learning libraries in a macOS computer. Pyenv We will be using pyenv to manage python versions, macOS by default comes with python2.7 installed, however you should not modify or use that version because it is mostly used for OS or low level…