I had the same problem. When I upgraded python3 via Homebrew, I started getting this:
-bash: python3: command not found
I had the same conflict with Python that was somehow installed in /Library/Framework/Python.framework . I just did a brew link overwrite and now everything is working fine. There is some information on what to do with the Python version in /Library/Framework/Python.framework here .
I think you could try uninstalling this version by reference, just make sure the version is not in use. When I got into the Python.framework directory, I saw an EPD version of Python, which I think is Enthought. You can delete it, but I, if it does not cause you any problems besides the unsightly warning message Homebrew, then I think you should just ignore it now.
Update:
I deleted the Python.framework directory, which through some of them was torn out inside this directory, I began to see several old versions of Python that I did not install using Homebrew. One was from Enthought, and the other was a Python3.3 distribution. I think some of these settings in the Framework directory are user settings. I installed R on my system, and there is also an R.framework directory, so I think most of them are custom installations. After I deleted the directory, I just had to call brew a draft to delete the old symbolic links. I checked both brew versions of python versions 2.7.6 and 3.3.4, and they seem to be in good working condition with all my packages installed. I guess I leave the decision to remove this directory or python version of your choice.
SherMM Mar 08 '14 at 4:50 2014-03-08 04:50
source share