尝试通过自制软件安装 python 时出现错误。brew 说它无法链接 python ,这里是输出:
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 和 bin 权限:
The drwxrwxrwx 26 root admin 884 26 Oct 16:03 bin
并且 smtpd2.py 是存在的。我该如何解决?删除 smtpd2.py ?