Homebrew将不会开始在Mojave 10.14.2上安装

时间:2019-01-20 22:11:20

标签: python xcode bash macos homebrew

我正在尝试在Mac上安装home-brew,因为我的linux分区混乱了,与此同时,我正尝试使用来安装python

  

$ brew install python

然后它给出了错误

  

-bash:brew:找不到命令

我以为Mac更新Brew无法使用,所以我尝试使用多种变体

  

$ / usr / bin / ruby​​ -e“ $(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)”

在此操作无效后,我进行了一些挖掘,发现您必须使用Xcode和命令行工具。我无法使用命令:

  

$ xcode-select --install

因为它返回的回复与之前相同,

  

-bash:xcode-select:找不到命令

因此,我去手动下载了它。在此之后,我认为我已经做到了。仍然,当我尝试使用时,它返回了相同的错误;

  

$ / usr / bin / ruby​​ -e“ $(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)”

     

-bash:curl:找不到命令

有什么解决办法吗?

P.S。这是我尝试过的一些方法,以防您听不懂我的胡言乱语

  

$ python --version

     

-bash:python:找不到命令

     

$酿造医生

     

-bash:brew:找不到命令

     

$ brew install python

     

-bash:brew:找不到命令

     

$ xcode-select --install

     

-bash:xcode-select:未找到命令

     

$ / usr / bin / ruby​​ -e“ $(curl -fsSL   https://raw.githubusercontent.com/Homebrew/install/master/install)”

     

-bash:curl:找不到命令$ / usr / bin / ruby​​ -e“ $(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)”

     

-bash:curl:找不到命令

0 个答案:

没有答案