Options
- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Atlas - python path
Labels:
- Labels:
-
Apache Atlas
New Contributor
Created ‎10-10-2023 07:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Rising Star
Created ‎04-24-2024 02:01 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
