May-19-2020, 10:37 AM
Hello everyone
In our server, Python 3.7.6 has been installed, along with Anaconda3 and all the pip packages, including Pandas.
However, they are not accessible to the end users and/or installer id, appuser. Users are still seeing the operating system python 2.7.
The problem is making these directories accessible to the installer id which is appuser. We tried the following commands:
sudo ln -s /root/acaconda3/etc/profile.d/conda.sh /etc/profile.d/conda.sh
echo "./root/acaconda3/etc/profile.d/conda.sh" >> /home/appuser/.bashrc
echo "conda activate base" >> /home/appuser/.bashrc
source /home/appuser/.bashrc
However, when that was attempted, we came across the following situation:![[Image: rtf1qKx]](https://ibb.co/rtf1qKx)
What do you think, how can we solve this issue, I will appreciate if you can advise other commands if there is any.
Thanks
Doguhan
In our server, Python 3.7.6 has been installed, along with Anaconda3 and all the pip packages, including Pandas.
However, they are not accessible to the end users and/or installer id, appuser. Users are still seeing the operating system python 2.7.
The problem is making these directories accessible to the installer id which is appuser. We tried the following commands:
sudo ln -s /root/acaconda3/etc/profile.d/conda.sh /etc/profile.d/conda.sh
echo "./root/acaconda3/etc/profile.d/conda.sh" >> /home/appuser/.bashrc
echo "conda activate base" >> /home/appuser/.bashrc
source /home/appuser/.bashrc
However, when that was attempted, we came across the following situation:
What do you think, how can we solve this issue, I will appreciate if you can advise other commands if there is any.
Thanks
Doguhan