맥북 설치 후 .bash_profile 설정하기
vi ~/.bash_profile
export M2_HOME=/Users/minho/dev/maven
export M2=$M2_HOME/bin
export PATH=$M2:/usr/local/mysql/bin:$PATH
alias ls="ls -v"
alias ll="ls -alv"
source ~/.bash.profile
'백엔드기술 > 개발환경' 카테고리의 다른 글
Windows10에서 Docker 와 Kubernetes 설치하기 (0) | 2020.12.17 |
---|---|
mac pip easy_install 설치 (0) | 2015.04.14 |
Tomcat 8 New Features (0) | 2015.03.15 |