I have downloaded Anaconda3-2022.05-Linux-x86_64.sh and installed it in my local Linux account.
It works great. My question is, how do I install it so that all the other users on the Linux Computer can use it? We Have RHEL 8 installed.
1 Like
The best way to do this is to create an ‘Anaconda’ linux group and add any user that needs to use Anaconda to this group.
Here is a link to documentation we have to set this up:
https://docs.anaconda.com/anaconda/install/multi-user/
1 Like