- Learning Rust
- Paul Johnson Vesa Kaihlavirta
- 110字
- 2021-07-02 23:07:12
Installing rustup on Linux
Run the suggested command that is shown at https://rustup.rs. Run this command in a Terminal. The script suggests some defaults and asks you to confirm them. This is roughly what it should look like after completing the whole script:

Note that this script attempts to set up rustup for your user by editing your .profile and .bash_profile files. If you are using a custom setup, such as another shell, you may need to add the source $HOME/.cargo/env command manually.
After finishing this script, you can verify that it worked by logging off and on from your Terminal and verifying that the tools are in your path:

推薦閱讀
- 數據結構和算法基礎(Java語言實現)
- STM32F0實戰:基于HAL庫開發
- Expert Android Programming
- Visual C++數字圖像處理技術詳解
- Python完全自學教程
- Learning SciPy for Numerical and Scientific Computing(Second Edition)
- ASP.NET Core 2 Fundamentals
- SpringBoot從零開始學(視頻教學版)
- Python青少年趣味編程
- PHP+MySQL動態網站開發從入門到精通(視頻教學版)
- 零基礎學C++(升級版)
- Clojure Polymorphism
- 軟件工程實用教程 (第3版)
- Unity3D游戲開發標準教程
- 編程改變生活:用Python提升你的能力(基礎篇·微課視頻版)