conda env list
conda —-version
conda update version
conda create -n 환경이름 python=3.8
conda env remove -n 환경이름
conda activate 환경이름
conda deactivate
conda install jupyter
conda install ipython
conda install matplotlib
conda install seaborn
conda install pandas
conda install scikit-learn
conda 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 help
brew -version
brew install visual-studio-code
입력code
입력하여 실행명령어 파레트 실행
select interpreter 검색 후 Python: Select Interpreter 선택
만들어둔 conda 환경 선택