[Flutter] Mac Terminal 명령어 설정

이우관·2022년 11월 23일
0

flutter

목록 보기
1/1

[Flutter] Mac Terminal 명령어 설정

command + space > terminal 입력 > enter

vi ~/.bash_profile

i 입력

export PATH="flutter 설치경로/flutter/bin:$PATH"

:wq! 저장

source ~/.bash_profile

터미널 새로 열고 flutter doctor 입력하면 동작 확인 가능

profile
풀스택개발자

0개의 댓글