I need to start working with Python on my Macbook and I must install several third party modules.
I'm wondering what is the best option to do that, should I install them on the default Python installation that comes with Mavericks or is it better to install a separate Python version (using brew or similar) and do all the module installation/modifications there?
I'm wondering what is the best option to do that, should I install them on the default Python installation that comes with Mavericks or is it better to install a separate Python version (using brew or similar) and do all the module installation/modifications there?