gpt4 book ai didi

macos - 在 macOS Sierra 上安装 Rust 时无法写入 .bash_profile

转载 作者:行者123 更新时间:2023-11-29 07:52:06 24 4
gpt4 key购买 nike

我正在尝试通过运行以下命令来安装 Rust:

sudo curl https://sh.rustup.rs -sSf | sh

我不断收到以下错误:

could not write rcfile file: '/Users/pro/.bash_profile'
info: caused by: Permission denied (os error 13

最佳答案

尝试使用这个而不是使用 sudo:

curl https://sh.rustup.rs -sSf | sh -s -- --help

如果可行,那么您可能可以尝试:

curl https://sh.rustup.rs -sSf | sh -s -- --no-modify-path 

如果带有--no-modify-path 选项的命令有效,您必须手动更新.bash_profile 以将其包含在您的路径中:

source ~/.cargo/env

关于macos - 在 macOS Sierra 上安装 Rust 时无法写入 .bash_profile,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45899815/

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