Re: [galaxy-dev] More problems installing Galaxy

2016-11-18 Thread HernĂ¡n Piqueras
Hi Dannon Thank you for the response. I have tried your suggestion, if I unalias everything this is the output: bash-4.1$ virtualenv -p /usr/local/bin/python2.7 .venv Traceback (most recent call last): File "/usr/bin/virtualenv", line 7, in from virtualenv import main ImportError: No

Re: [galaxy-dev] Using pbs-python with glibc version 2.12

2016-11-18 Thread Nate Coraor
Hi David, It looks like this is an issue with pbs_python and Torque 4.x. There's a workaround available: https://oss.trac.surfsara.nl/pbs_python/ticket/40 --nate On Fri, Nov 18, 2016 at 6:06 AM, David Lee wrote: > Hi Nate, > > Thanks for your help. I now get the

Re: [galaxy-dev] Using pbs-python with glibc version 2.12

2016-11-18 Thread David Lee
Hi Nate, Thanks for your help. I now get the following error message: (.venv)[galaxy@newblue3 ~]$ python Python 2.7.5 (default, Oct 16 2013, 10:52:17) [GCC 4.4.7 20120313 (Red Hat 4.4.7-3)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import pbs Traceback