> On Jul 20, 2017, at 3:24 AM, Piet van Oostrum wrote:
>
> Normally you should never touch anything in /usr/bin or /usr/lib. That is
> Apple territory.
You can't any more.
$ touch /usr/bin/just-testing
touch: /usr/bin/just-testing: Operation not permitted
$ sudo touch /usr/bin/just-testing
Pa
Pito Salas writes:
> I’m new to Python. I seem to have three partially installed Pythons on my Mac
> Sierra.
>
> One from Apple
> One from Homebrew
> And one from the Python Mac installer
>
> In particular, for example, I have a python executable in /usr/bin:
>
> $ which python
> /usr/bin/python
I think the /usr/bin/python executable you’re seeing is the Apple-supplied one.
Here’s what I have in /usr/bin, which is all from Apple:
$ ls -l /usr/bin/pyth*
-rwxr-xr-x 1 root wheel 66576 Apr 29 02:29 /usr/bin/python
-rwxr-xr-x 5 root wheel925 Jul 31 2016 /usr/bin/python-config
lrwxr-
In article ,
Idan Gazit wrote:
> Hi Folks,
>
> So a while back I tried installing (mac) python 2.6 on my leopard
> machine, mainly to poke around.
>
> Today I'm trying out some xcode/pyobjc stuff and I've been tearing my
> hair out wondering why nothing works as advertised. Turns out that
In article
,
Orestis Markou wrote:
> I'm not on my Mac right now, but I think that the system python is
> actually in /System/Library rather than in /Library. If that's the
> case, I think you can just remove /Library/Frameworks/Python and
> update /usr/bin/python to point to vanilla Python.
/u
I'm not on my Mac right now, but I think that the system python is
actually in /System/Library rather than in /Library. If that's the
case, I think you can just remove /Library/Frameworks/Python and
update /usr/bin/python to point to vanilla Python.
I would try renaming /Library/Frameworks/Python.
On 21 Feb, 2008, at 17:12, Kevin Walzer wrote:
Stephen Uhlhorn wrote:
Hello-
How do I uninstall MacPython cleanly from my leopard system? I'd like
to revert to the system python without reinstalling the entire OS. Do
I just zap /Library/Frameworks/Python.Framework and fix my PATH? Or,
are the
Stephen Uhlhorn wrote:
> Hello-
>
> How do I uninstall MacPython cleanly from my leopard system? I'd like
> to revert to the system python without reinstalling the entire OS. Do
> I just zap /Library/Frameworks/Python.Framework and fix my PATH? Or,
> are there other considerations?
>
That should