Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]

Support Questions

Find answers, ask questions, and share your expertise
Announcements
Share your experience with Cloudera on G2 and get a $25 Amazon Gift card.
Hi, I'm CLEO! Something exciting is coming to the Community. Stay Tuned!

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.