
conda env listconda —-versionconda update version
conda create -n 환경이름 python=3.8conda env remove -n 환경이름
conda activate 환경이름conda deactivate
conda install jupyterconda install ipythonconda install matplotlibconda install seabornconda install pandasconda install scikit-learnconda install xlrd
내 컴퓨터에서 한글이 지원되는 폰트 확인하기
# For Mac
from matplotlib import font_manager
f_path = '/Library/Fonts/Arial Unicode.ttf'
font_manager.FontProperties(fname = f_path).get_name()
폰트 이름을 알아낸 후, 설정
from matplotlib import rc
rc('font', family='Arial Unicode MS')
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
echo 'eval $(/opt/homebrew/bin/brew shellenv)' >> /Users/본인 홈 이름/.zprofile
eval $(/opt/homebrew/bin/brew shellenv)
brew helpbrew -versionbrew install visual-studio-code 입력code 입력하여 실행명령어 파레트 실행
select interpreter 검색 후 Python: Select Interpreter 선택
만들어둔 conda 환경 선택