- 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.
推薦閱讀
- OpenStack Cloud Computing Cookbook(Third Edition)
- Qt 5 and OpenCV 4 Computer Vision Projects
- Computer Vision for the Web
- Mastering Kotlin
- OpenCV 3和Qt5計(jì)算機(jī)視覺應(yīng)用開發(fā)
- Android NDK Beginner’s Guide
- PLC編程及應(yīng)用實(shí)戰(zhàn)
- Learning JavaScript Data Structures and Algorithms
- Python Data Analysis Cookbook
- Visual Basic程序設(shè)計(jì)實(shí)驗(yàn)指導(dǎo)(第二版)
- Spring Boot+Vue全棧開發(fā)實(shí)戰(zhàn)
- Android嵌入式系統(tǒng)程序開發(fā):基于Cortex-A8(第2版)
- PHP 7從零基礎(chǔ)到項(xiàng)目實(shí)戰(zhàn)
- 動(dòng)手打造深度學(xué)習(xí)框架
- Arduino Wearable Projects