Created on 06-24-2016 05:09 PM - edited 09-16-2022 03:27 AM
Created 06-24-2016 05:12 PM
Yes, you can install an alternative version of Python. You will need to install it in a non-system location (leave 2.6 in place and put 2.7 in a new home). Many of the HDP components rely on Python and require v2.6 in the standard place on RedHat 6 in order to work properly.
Created 06-24-2016 05:12 PM
Yes, you can install an alternative version of Python. You will need to install it in a non-system location (leave 2.6 in place and put 2.7 in a new home). Many of the HDP components rely on Python and require v2.6 in the standard place on RedHat 6 in order to work properly.
Created 06-24-2016 05:12 PM
@David Whitmore I would enable virtualenv which will allow you to install n many versions of python. This will isolate your dev environment.
Created 06-27-2016 01:13 PM
I had no issues using Anaconda as my development python on my production cluster. Just be sure to install it in a separate location and don't overwrite the standard OS install of Python.