- Rust Programming Cookbook
- Claus Matzinger
- 97字
- 2021-06-24 12:27:41
Troubleshooting
Occasionally, updating the tools will lead to errors that files are missing or cannot be overwritten. This can be for a wide range of reasons, but a full reset of the installations can help. On Linux or macOS systems, the following command takes care of deleting anything rustup installed:
$ rm -Rf ~/.rustup
Windows's PowerShell now supports many Linux-like commands:
PS> rm ~/.rustup
This leads to the same result. After deleting the current installation, install rustup from scratch—this should install the latest version.
Now, let's go behind the scenes to understand the code better.
推薦閱讀
- Learning Apex Programming
- AngularJS Web Application Development Blueprints
- Python高級編程
- Instant QlikView 11 Application Development
- 差分進化算法及其高維多目標優化應用
- FFmpeg入門詳解:音視頻原理及應用
- Mastering Drupal 8 Views
- The Complete Coding Interview Guide in Java
- Learning Salesforce Einstein
- 深入理解Elasticsearch(原書第3版)
- Linux:Embedded Development
- Natural Language Processing with Python Quick Start Guide
- 深入實踐DDD:以DSL驅動復雜軟件開發
- Data Manipulation with R(Second Edition)
- INSTANT EaselJS Starter