I think the easiest thing to do would be to remove the python.org Python
entirely, kill it from the path (which I've already done), and install directly
a MacPorts version of Python.
Any caveats or warnings about getting rid of the /Library/Frameworks/Python
directory?
On Jul 7, 2012, at J
On 7/07/12 14:09:56, Ousmane Wilane wrote:
>> "H" == Hans Mulder writes:
>
> H> Or you can explicitly type the full path of the python you want.
>
> H> Or you can define aliases, for example:
>
> H> alias apple_python=/usr/bin/python alias
> H> macport_python=/opt/local/bin/
> "H" == Hans Mulder writes:
H> Or you can explicitly type the full path of the python you want.
H> Or you can define aliases, for example:
H> alias apple_python=/usr/bin/python alias
H> macport_python=/opt/local/bin/python
H> lfpv=/Library/Frameworks/Python.framework/V
On 7/07/12 07:47:56, Stephen Webb wrote:
> I installed py27-numpy / scipy / matplotlib using macports, and it ran
> without failing.
>
> When I run Python I get the following error:
>
> $>> which python
>
> /Library/Frameworks/Python.framework/Versions/2.7/bin/python
That's a python from pytho