Homebrew, Python installieren
Beim Versuch, Python über Homebrew zu installieren, ist ein Fehler aufgetreten. brew sagt, was es nicht geschafft hat, Python zu verlinken, hier wird ausgegeben:
Linking /usr/local/Cellar/python/2.7.3... Warning: Could not link python. Unlinking...
Error: Could not symlink file: /usr/local/Cellar/python/2.7.3/bin/smtpd2.py
/usr/local/bin/smtpd2.py may already exist.
/usr/local/bin may not be writable.
ls -la on / usr / bin und bin rights:
The drwxrwxrwx 26 root admin 884 26 Oct 16:03 bin
Und smtpd2.py ist vorhanden. Wie kann ich das beheben? Smtpd2.py löschen?