본문 바로가기

Linux

How to set anaconda python as default

반응형

** 우분투에서 아나콘다 파이썬을 기본 파이썬으로 설정 **


step1) open a terminal


step2) edit bashrc file by typing

$ gedit ~/.bashrc


step3) add the following comment at the bottom of the file

## ANACONDA

export PATH=/home/dooseop/anaconda3/bin:${PATH}


step4) close the terminal and open again, and check 

$which python

-> /home/username/anaconda3/bin/python