Re: [galaxy-dev] Trying to understand python dependencies

2016-07-28 Thread Tony Schreiner
Thanks I'm not worried about it replacing the system python. In general, I am just trying to learn more about how environments are set for jobs. Tony On Wed, Jul 27, 2016 at 10:23 PM, Raymond Wan wrote: > Hi Anthony, > > > On Wed, Jul 27, 2016 at 11:16 PM, Tony Schreiner >

Re: [galaxy-dev] Trying to understand python dependencies

2016-07-27 Thread Raymond Wan
Hi Anthony, On Wed, Jul 27, 2016 at 11:16 PM, Tony Schreiner wrote: > I have galaxy server 15.10 running on Ubuntu 14.04, which has python 2.7.5. > > I was in the process of adding matplotlib from the toolchest. It has a > dependency on package_python_2_7. > > Before

[galaxy-dev] Trying to understand python dependencies

2016-07-27 Thread Tony Schreiner
I have galaxy server 15.10 running on Ubuntu 14.04, which has python 2.7.5. I was in the process of adding matplotlib from the toolchest. It has a dependency on package_python_2_7. Before proceeding, I'd like to understand a bit how that works. Does that install a whole new python, and how then