일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Data Structure
- 다트 언어
- C++
- c#
- Algorithm
- c# winform
- Houdini
- vim
- Unity
- Python
- c# 윈폼
- Flutter
- 플러터
- docker
- jupyter lab
- c언어
- github
- git
- C언어 포인터
- 포인터
- 깃
- jupyter
- c# 추상 클래스
- gitlab
- 유니티
- 구조체
- HTML
- dart 언어
- 도커
- C# delegate
Archives
- Today
- Total
nomad-programmer
[Programming/Rust] Rust 설치 (Rocky Linux 9) 본문
Rust 설치는 쉽다. 다음과 같이 명령어 한줄이면 설치가 완료된다.
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
위의 명령어를 실행하고 아래와 같이 실행해 보자. 버전 정보가 나온다면 설치가 완료된 것이다.
rustc --version
참고
https://www.rust-lang.org/tools/install
https://rust-kr.org/pages/install/
Comments