Mac

DB/MongoDB

[MongoDB] MongoDB 및 Pymongo 설치 및 듀토리얼(Feat MacOS)

1. 설치 컴퓨터 사양 모델명: iMac 칩: Apple M1 총 코어 개수: 8(4 성능 및 4 효율) 메모리: 16 GB 2. MongoDB 설치 # homebrew 미설치시 설치 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" #MongoDB를 설치 가능하게끔 Homebrew 추가해준다 brew tap mongodb/brew # homebrew update brew update #MongoDB v7.0 설치 @부분은 안적어 주어도 설치 된다. brew install mongodb-community@7.0 2. MongoDB실행 # MongoDB 시작 brew services s..

파이썬/matplotlib

[Python] Matplotlib Mac, Window 한글 깨짐

import matplotlib # windows의 경우 matplotlib.rcParams['font.family'] = 'Malgun Gothic' # mac의 경우 matplotlib.rcParams['font.family'] = 'AppleGothic' 다음의 코드를 운영체제에 맞게 실행해주면 해결된다.

easysheep
'Mac' 태그의 글 목록