[Stackless] Not installing to /usr/bin

Bob Ippolito bob at redivi.com
Fri Mar 19 10:22:10 CET 2004


On Mar 19, 2004, at 1:08 AM, Guyren G Howe wrote:

> Still struggling with installing this.
>
> I've got a python.exe in my src directory. I run make install from 
> there, which produces a great deal of output, none of which looks like 
> an error. But nothing called python in my /usr/bin supports, say, 
> import stackless.
>
> The make install appears to have installed a bunch of framework stuff 
> in my Library (this is OS X), but nothing into my /usr/bin.

It should be in /usr/local/bin, not /usr/bin.  I'm pretty sure other 
people emphasized the point that /usr/bin is the last place you should 
be messing with, so I won't go down that road.

And if you built a framework, you should do 'sudo make 
frameworkinstall', not 'make install'.

-bob


_______________________________________________
Stackless mailing list
Stackless at stackless.com
http://www.stackless.com/mailman/listinfo/stackless



More information about the Stackless mailing list