[기타]

[기타] Mac에서 ruby를 설치할 때

SEOULSENSE 2020. 8. 23. 17:31
 ~  echo 'export PATH="/usr/local/opt/ruby/bin:$PATH"' >> ~/.bash_profile
 ~  source ~/.bash_profile

다음과 같이 경로 설정 후 source ~/.bash_profile을 해야 적용된다.