2018年1月24日 星期三

Troubleshooting of brew install package

# Take install python3 as example

1) brew gist-logs pytohn3  ( equals   brew postinstall python3 —verbose)

2)

#ls -l /usr/bin/install_name_tool

 #otool -L /usr/bin/install_name_tool

 

3) uninstall python3 

#brew uninstall python3

4) access Xcode build license

#sudo xcodebuild -license   ( scroll down to the bottom and type agree )

5) brew install python3

沒有留言:

Obsidian 插件介紹:Text Generator

Text Generator 是 Obsidian 的一個插件,它可以根據給定的提示自動生成文本。這個插件使用 GPT-3 語言模型,能夠產生類似人類的文本,非常適合編寫故事、文章、電子郵件和其他類型文本。 主要功能: **生成文本:**根據提示生成各種長度的...