Re: [Pythonmac-SIG] Uninstalling

2017-07-21 Thread Glyph
> 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

Re: [Pythonmac-SIG] Uninstalling

2017-07-20 Thread Piet van Oostrum
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

Re: [Pythonmac-SIG] Uninstalling

2017-07-19 Thread Jack Jansen
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-

Re: [Pythonmac-SIG] Uninstalling Python 2.6?

2009-03-10 Thread Russell E. Owen
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

Re: [Pythonmac-SIG] Uninstalling Python 2.6?

2009-02-23 Thread Ned Deily
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

Re: [Pythonmac-SIG] Uninstalling Python 2.6?

2009-02-23 Thread Orestis Markou
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.

Re: [Pythonmac-SIG] uninstalling macpython

2008-02-22 Thread Ronald Oussoren
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

Re: [Pythonmac-SIG] uninstalling macpython

2008-02-21 Thread Kevin Walzer
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