Hello all,
I'm attempting to install rust on my Mac running Ventura 13.2. Following the instructions on the installation page, I put the following into a new terminal window:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
After the welcome to Rust messages, I choose the default installation, which results in a permission error.
Current installation options:
default host triple: x86_64-apple-darwin
default toolchain: stable (default)
profile: default
modify PATH variable: yes
1) Proceed with standard installation (default - just press enter)
2) Customize installation
3) Cancel installation
>1
error: could not amend shell profile: '/Users/yiummy/.bash_profile': could not write rcfile file: '/Users/yiummy/.bash_profile': Permission denied (os error 13)
Not sure if this is a common problem, but I couldn't find much online. Thanks!