Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

I have HDP 2.4 installed on a cluster of RedHat 6.5 servers with python 2.6 installed. Can I install python 2.7 also on this cluster ?

avatar
New Member
 
1 ACCEPTED SOLUTION

avatar

@David Whoitmore

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.

View solution in original post

3 REPLIES 3

avatar

@David Whoitmore

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.

avatar
Master Guru

@David Whitmore I would enable virtualenv which will allow you to install n many versions of python. This will isolate your dev environment.

avatar
Super Guru

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.