[OSX] Mac .profile 설정 (환경변수)
2016. 9. 19. 21:33ㆍOS/OSX
1. cd 입력
$ cd
2. .profile 혹은 .bash_profile 파일 생성
$ vi .profile
3. 생성 후 사용할 변수들 입력
export WORKON_HOME=$HOME/.virtualenvs
export MY_HOME=$HOME/test
4. 창 종료 후 재실행하여 설정확인
$ env