我想在Windows10 64Bit上安装rust。
我从https://www.rust-lang.org/tools/install下载rust-init
然后,我在管理员模式下运行它,但是它会打印
当前安装选项:
default host triple: x86_64-pc-windows-msvc
default toolchain: stable
profile: default
modify PATH variable: yes
1) Proceed with installation (default)
2) Customize installation
3) Cancel installation
>1
error: permission denied
error: caused by: 拒绝访问。 (os error 5)
Press the Enter key to continue.
我发现.cargo\bin
中有很多文件,包括cargo.exe
和rustup.exe
。但是我不能运行诸如
rustc --version
那么,如何在Windows上正确安装rust env?