Rust 설치

Language 2020. 9. 24. 09:16
Rust 설치 참조
https://doc.rust-lang.org/book/ch01-01-installation.html

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source $HOME/.cargo/env

버전확인
rustc --version
환경 Path 설정
bash
gedit ~/.bashrc 

zshell
gedit ~/.zshrc 
path 추가 
export PATH="$HOME/.cargo/bin:$PATH"
Ubuntu 20.04 || Kali 2020 Tested

'Language' 카테고리의 다른 글

프로그램 순위 사이트  (0) 2020.09.26
GTK 관련 영상 참조  (0) 2020.09.25
Flutter  (0) 2020.09.23
Go 언어 설치  (0) 2020.09.13
Python 3.8 설치  (0) 2020.09.12
블로그 이미지

AutoLoop

컴퓨터 하드웨어 소프트웨어 정보 각종 유틸리티 해외정보 가상화폐 코인 주식 차트 마케팅 컨설팅 자료모음 및 설명

,