맥 (2) 썸네일형 리스트형 맥(Mac) 터미널에서 가상환경 설정 변경 Miniconda와 Tensorflow를 성공적으로 설치하고 나니, 터미널을 켤 때마다 (base) 환경이 기본적으로 설정되는 문제가 발생하였다. 해결방법 : (base) 프롬프트 상태에서 conda config --set auto_activate_base False 를 입력하고, 터미널을 재실행 시켜주면 해결된다. (출처 : https://qastack.kr/ubuntu/1026383/why-does-base-appear-in-front-of-my-terminal-prompt) 맥(Mac)에 텐서플로(Tensorflow) 사용환경 갖추기 설치과정은 https://www.youtube.com/watch?v=MpUvdLD932c 를 참고하였고, 동영상은 2020년 1월에 업로드 되었으며, 아래는 동영상 내용을 요약한 것이다. 1. Miniconda3 다운로드 구글에서 검색 (https://docs.conda.io/en/latest/miniconda.html) Miniconda — Conda documentation Miniconda Miniconda is a free minimal installer for conda. It is a small, bootstrap version of Anaconda that includes only conda, Python, the packages they depend on, and a small number.. 이전 1 다음