Want to get rid of extra python installations ( MAC Mojave)

1

1

I have two Python 3 installations with following paths.

  1. /Library/Framsworks/Python.Frameworks/Versions/3.7/bin/python3
  2. /usr/local/bin/python3

Should I remove the one of them? if so which one? if so, any advice would be greatly appreciated.

Python 3 installations

chikitin

Posted 2019-10-05T16:07:28.487

Reputation: 11

1"Should I remove the one of them?" -- Unless you are absolutely certain that you personally installed a particular installation, I would be wary of doing this. While Python 3 is typically installed manually on Mac (at least, this seems to have been the case under six months ago, as of the time of this writing), it's certainly plausible these may be used by one or more items on your system (think e.g. applications you've installed here). – Anaksunaman – 2019-10-07T23:01:10.970

No answers