반응형
** 우분투에서 아나콘다 파이썬을 기본 파이썬으로 설정 **
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
'Linux' 카테고리의 다른 글
How install ROS kinetic (0) | 2018.05.31 |
---|---|
How to use shell script (0) | 2018.04.20 |
how to install chrome on ubuntu (0) | 2018.04.17 |
[Nvidia] graphic card driver installation fail error. "Kernel module failed to build" error. (0) | 2017.07.27 |
[nvidia] How to deal with infinite log-in error (0) | 2017.07.18 |