- 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:

推薦閱讀
- JavaScript從入門到精通(微視頻精編版)
- 大學計算機基礎(第三版)
- Building a RESTful Web Service with Spring
- PyQt從入門到精通
- Clojure for Domain:specific Languages
- Windows Presentation Foundation Development Cookbook
- Oracle JDeveloper 11gR2 Cookbook
- Learning Data Mining with R
- C程序設計實踐教程
- 微服務架構深度解析:原理、實踐與進階
- Python機器學習:預測分析核心算法
- OpenResty完全開發指南:構建百萬級別并發的Web應用
- Java圖像處理:基于OpenCV與JVM
- Django Design Patterns and Best Practices
- C++程序設計教程