Linux
How to set anaconda python as default
ddokkddokk
2017. 7. 18. 20:43
반응형
** 우분투에서 아나콘다 파이썬을 기본 파이썬으로 설정 **
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