'Multiply Python Launchers and IDLE versions (MacOS)
I have updated Python several times to newer versions and when I intend to open file there are multiply versions of Python Launchers and IDLEs. Is it safe to delete versions I do not need? If so, shall I remove all Python installations via e.g. brew cleanup?
Solution 1:[1]
It is safe to delete Python versions that you installed with brew via cleanup, you will however still keep the latest. This should not effect your system integrity (hard to mess with that on MacOS anyway). What could happen is that Code that was compiled for a specific Python Version might no longer run, but as long as you never did that, you should be fine.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Martin |
