We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d335e9c commit 9dbe0b3Copy full SHA for 9dbe0b3
opt/system-setup.py
@@ -55,6 +55,7 @@ def macosx(self):
55
out, _ = p.communicate()
56
if out.splitlines() == []:
57
fatal("Xcode tools are not installed. Please run xcode-select --install.")
58
+ self.run("brew reinstall python3") # ssl issues
59
self.install_gnu_utils()
60
self.install("git-lfs")
61
self.install("redis")
0 commit comments