Python Forum
How to make Python 3.7.6 accessible to users
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to make Python 3.7.6 accessible to users
#1
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]

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
Reply


Messages In This Thread
How to make Python 3.7.6 accessible to users - by Doguhan - May-19-2020, 10:37 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Global variables or local accessible caslor 4 2,058 Jan-27-2023, 05:32 PM
Last Post: caslor
  [split] Python Module for Druid Users - "druidpy!" adaomacarl 0 2,292 Jan-14-2020, 11:34 AM
Last Post: adaomacarl
  Base class variables are not accessible Prabakaran141 3 3,725 Oct-31-2018, 07:13 AM
Last Post: buran
  Python redirect users to another url after form post blsturgeon 5 23,788 Jun-28-2018, 11:53 PM
Last Post: gontajones
  Recommended way to store users,db credentials in a Python project? PrateekG 2 13,586 May-31-2018, 12:22 PM
Last Post: DeaD_EyE
  Embed and extend Python in c++ without users installing Python BenKaya 2 3,973 Jan-25-2018, 12:43 PM
Last Post: BenKaya
  Good way to have a worker queue accessible by multiple process? cheater 2 3,073 Dec-21-2017, 09:30 PM
Last Post: wavic
  Python what should be name of the module for managing data of users ? harun2525 3 4,184 Dec-06-2017, 06:11 PM
Last Post: nilamo

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020