What I Want To Do
I want to install conda on our shared computer on premises in such a way that it can be used by all users. Users are accessing the machine through remote desktop using xRDP from Windows.
What I did
I was following the tutorial on linux hint to the point where the tutorial suggests to install conda in /home/username/anaconda3.
What is the problem
However I assume this installation would make it available to me only as I am not running it as a root. Additionally, the anaconda installation also modifies the ./bashrc file which is also user specific by default, so the other users would not have the possible modifications included.
What is the correct way to take?
- Should I install it as a root?
- Should I install it in my home directory, but change the permissions for the other users to be able to execute it?
- Should I install it under my user account, but put it somewhere all users have access to? Where would be the best place to install it?
- Is the way you potentially recommend something I should apply to all future programes I install on the computer and want them to be used by all users?
Thank you
Thank you for direct answer or redirection to relevant source or a chapter in a book on Linux administration. I am new to this and trying to learn these probably obvious things.
Vladimir
The Curious Mechanobiologist