MacOSX Python3权限

时间:2018-08-06 16:20:40

标签: python python-3.x macos homebrew

MacOS Sierra 10.12.6

Python 3.7.0

我的mac电脑有一个奇怪的谜:

做像getWeather(query) { const endpoint = 'http://api.openweathermap.org/data/2.5/weather?q=London,uk&appid=44db6a862fba0b067b1930da0d769e98'; return this.http .get(endpoint)//, {search: searchParams}) .map(res => res.json().main) .subscribe(res => { this.weather = data; }); } 这样简单的事情时,我会看到以下弹出窗口

enter image description here

操作(brew install macvim)成功,但是我不断出现这些弹出窗口。

我没有启用家长控制。

brew install macvim

文件权限...

$ ls -ld /usr/local/bin 
drwxrwxr-x  685 myuser  admin  23290 Aug  6 12:21 /usr/local/bin

0 个答案:

没有答案