brew install python@2Error: No available formula with the name “python@2“

本文介绍了如何使用pyenv安装Python 2.7.18,设置为默认版本,并指导如何将Python二进制文件添加到全局PATH,以及为何选择pyenv而非Homebrew。同时提到了如何通过shims让Python可用。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

You can use pyenv to install python with:

brew install pyenv
pyenv install 2.7.18

Optionally set it to your global default:

pyenv global 2.7.18

Nice article on why using pyenv is better than using brew to manage your python installation.

To make python binary available globally, add shims to PATH:

PATH=$(pyenv root)/shims:$PATH
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值