Re: [galaxy-dev] homebrew python

2014-03-31 Thread Joshua Udall
Thanks! I was able to side-step most of the fetch failures by copying the eggs by hand into the eggs folder (copying them from an old galaxy-dist) or installing them using pip. I have not applied the patch to test it, sorry. I'll try it when I update. My troubles started from trying to install

Re: [galaxy-dev] homebrew python

2014-03-28 Thread Nate Coraor
Hi Joshua, You may be able to trick Galaxy into using existing versions of OS X eggs, they are built for both 32 and 64-bit Intel, but should work fine with a single-arch build. If the attached patch works, let me know and I'll commit it. If you'd rather not mess with the Galaxy source, you

[galaxy-dev] homebrew python

2014-03-24 Thread Joshua Udall
For various reasons, I installed a Homebrew of python instead of the system version on OSX 10.9.2. Now, when galaxy initializes, it isn't looking in the right location for eggs (or they aren't placed in the right spot on my system). I was able to manually install several of the eggs and the