Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 584 Bytes

install-rust.md

File metadata and controls

27 lines (17 loc) · 584 Bytes

Install Rust

Using Ansible

Assuming you have followed Install Ansible then is as simple as (from the playbooks folder) running:

ansible-playbook -K -i hosts rust.yml

This will Rust and Cargo.

Manually

Which installer should you use?

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

Uninstall Rust:

rustup self uninstall

Add source $HOME/.cargo/env to your shell configuration in case the installer fails to do so.