Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Atlas - python path

avatar
New Contributor

Hello.

We want to start the Apache Atlas in our Cloudera Private Cloud but we use in the cluster Python3.9 as a default one and Atlas only support Python2, we want to configure Atlas to use Python2 on our host because we have Python2 also installed but how to configure path to this python2 on Atlas?

1 REPLY 1

avatar
Rising Star

Hi @arturbrandys2 

You can use the below command to set it.

alternatives --set python /usr/bin/python2
Or 

You can also try create a symlink to the above path and restart atlas service.

Thanks.