gpt4 book ai didi

python - Brew 无法安装 Python : can not symlink

转载 作者:太空狗 更新时间:2023-10-30 01:22:31 24 4
gpt4 key购买 nike

我正在尝试使用 brew 在最新版本的 OSX 上安装 python 2.7,但出现以下错误...

.app bundles were installed.
Run `brew linkapps` to symlink these to /Applications.
Warning: Could not link python. Unlinking...
Error: The `brew link` step did not complete successfully
The formula built, but is not symlinked into /usr/local
You can try again using `brew link python'

Possible conflicting files are:
/usr/local/bin/pip
/usr/local/bin/easy_install-2.7
/usr/local/bin/easy_install

有人知道如何解决这个错误吗?我尝试了 brew link python 但这没有用。我是 Linux/OSX 的新手,所以如果这真的很明显,如果有人能指出我正确的方向,我将不胜感激!

最佳答案

修复 macOS Mojave 10.14.2 (2018-12)

我能够使用这些命令通过 brew 安装 python。

brew install python
sudo chown -R $(whoami) $(brew --prefix)/*
sudo install -d -o $(whoami) -g admin /usr/local/Frameworks
brew link python
python3 --version

关于python - Brew 无法安装 Python : can not symlink,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21975356/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com