[MAC] maven

다운로드

http://maven.apache.org/download.cgi 

압축풀기

/usr/local/apache-maven-3.3.9

PATH 설정

$ vi ~/.bash_profile

export M2_HOME=/usr/local/apache-maven-3.3.9
export M2=$M2_HOME/bin
export PATH=$M2:$PATH

export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_74.jdk/Contents/Home
export PATH=$JAVA_HOME/bin:$PATH

bash 적용

$ source ~/.bash_profile 

modu namu

modu namu
Step by Step. GRIT!

[App] DB Browser for SQLite

DB Browser for SQLite 소개 Continue reading

[Django] slack 연동

Published on December 02, 2017