MAC
-
xcode 삭제후 git, homebrew 에러Programming 2018. 9. 4. 15:29
homebrew 에러 이슈 homebrew 명령 실행 안됨 원인Xcode.app 설치 후 디스크 공간확보를 위해 삭제함 증상 [we]:/Users/we> brew install gradle xcrun: error: invalid active developer path (/Applications/Xcode.app/Contents/Developer), missing xcrun at: /Applications/Xcode.app/Contents/Developer/usr/bin/xcrun Error: An exception occurred within a child process: CompilerSelectionError: gradle cannot be built with any available compiler..
-
Mac 환경 셋팅Programming 2017. 6. 15. 10:49
1. .bash_profile 관련블로그 : http://hmjkor.tistory.com/437 alias vi='vim' alias so='cd /Users/we/Documents/source' export TERM=xterm-color export CLICOLOR=1 export LSCOLORS=gxFxCxDxbxegedabagaced export GREP_OPTIONS='--color=auto' alias ls='ls -GFh' alias ll='ls -lv' export MYSQL_BIN=/usr/local/mysql/bin export JAVA_HOME=~/java export MAVEN_HOME=/usr/local/apache-maven-3.5.0 export HOMEBREW=/usr/loc..