I'm on 10.8 and am using the Apple Mac OS X Mountain Lion python (2.7.2).
Here's what I ended up doing, FWIW:
- I installed "pip" (sudu easy_install pip)
- I installed virtualenv
- created a new virtual environment [recommended since superpack installs a
bunch of development versions of the packag
On Tue, Aug 7, 2012 at 6:05 PM, Thiago Franco Moraes
wrote:
> A little off-topic, but related: Which python version do you recommend
> to install in Mac OS X 10.8? The native one? The one from python.org?
> or the one compiled via homebrew? And do you think it's better to use
> the 32 or 64 bits?
On Tue, Aug 7, 2012 at 5:35 PM, Chris Barker wrote:
> On Mon, Aug 6, 2012 at 8:51 PM, Tom Krauss
> wrote:
> > I got a new job, and a new mac book pro on which I just installed Mac OS
> X
> > 10.8.
>
> congrats -- on the job, and on an employer that gets you a mac!
>
> > I need to run SWIG to gen
A little off-topic, but related: Which python version do you recommend
to install in Mac OS X 10.8? The native one? The one from python.org?
or the one compiled via homebrew? And do you think it's better to use
the 32 or 64 bits?
Thanks!
On Tue, Aug 7, 2012 at 12:35 PM, Chris Barker wrote:
> On
On Mon, Aug 6, 2012 at 8:51 PM, Tom Krauss wrote:
> I got a new job, and a new mac book pro on which I just installed Mac OS X
> 10.8.
congrats -- on the job, and on an employer that gets you a mac!
> I need to run SWIG to generate a shared object from C++ source that works
> with numpy.i. I'm
Hi,
I got a new job, and a new mac book pro on which I just installed Mac OS X
10.8.
I need to run SWIG to generate a shared object from C++ source that works
with numpy.i. I'm considering installing the Scipy Superpack, but I have a
question. If I install the Scipy Superpack, which has most of