小编Yan*_*ang的帖子

为什么 macOS Catalina 中“/System/Volumes/Data/Applications”和“/Applications”中的应用程序相同?

当我将 MacOS Catalina (Public Beta) 与Alfred 4 一起使用时,我发现所有Applications通过 Apple App Store 安装的或brew cask在候选列表中都重复。

中的任何应用程序/System/Volumes/Data/Applications都将镜像到/Applications.

它像设计一样工作吗?

alfred macos macos-catalina

21
推荐指数
1
解决办法
5248
查看次数

如何修复“错误:root:未找到哈希 md5 的代码”。在 macOS 上使用自动跳转时

当型j壳,我们会收到这样的错误信息

ERROR:root:code for hash md5 was not found.
Traceback (most recent call last):
  File "/usr/local/Cellar/python@2/2.7.15_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 147, in <module>
    globals()[__func_name] = __get_hash(__func_name)
  File "/usr/local/Cellar/python@2/2.7.15_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor
    raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type md5
ERROR:root:code for hash sha1 was not found.
Traceback (most recent call last):
  File "/usr/local/Cellar/python@2/2.7.15_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 147, in <module>
    globals()[__func_name] = __get_hash(__func_name)
  File "/usr/local/Cellar/python@2/2.7.15_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor
    raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type …
Run Code Online (Sandbox Code Playgroud)

python

11
推荐指数
2
解决办法
2万
查看次数

标签 统计

alfred ×1

macos ×1

macos-catalina ×1

python ×1