R 가상환경 설정 with Anaconda

Lightman·2022년 4월 8일
2

CS: PYTHON🐍 & Ⓡ

목록 보기
1/14

MAC에 아나콘다 설정 및 가상환경 설정하기

  • (선택) Python3 버전 변경하기
  • brew
  • wget 설치
brew install wget
wget https://repo.anaconda.com/archive/Anaconda3-2019.07-Linux-x86_64.sh
bash Anaconda3-2019.07-Linux-x86_64.sh
 * bash, zsh, sh 등 사용
  • R 가상환경 설정
conda create --name SC_AddCar
conda activate SC_AddCar
conda install -c conda-forge r-base=4.1.0 r-essentials
conda install -c r rstudio
conda remove --name SC_AddCar --all
profile
현직 데이터 분석가 / 데이터 과학의 정도를 따라 🚲 / About DEV DA ML

0개의 댓글