I T/Linux

bash-3.2$ 로 나오는경우..

루솨 2015. 8. 30. 15:43

/etc/profile 에 아래 내용 추가

if [ -x /usr/libexec/path_helper ]; then
        eval `/usr/libexec/path_helper -s`
fi

if [ "${BASH-no}" != "no" ]; then
        [ -r /etc/bashrc ] && . /etc/bashrc
fi

source /etc/profile 명령어로 실행 하여 적용
터미널 끄고 재 접 하면 정상적인 모습 확인.