관리 메뉴

소소한일상에서의 휴식

Change the Python3 default version 본문

Self-Improvment/Python

Change the Python3 default version

안투리움 2019. 4. 17. 10:11

sudo update-alternatives --config python

update-alternatives: error: no alternatives for python3

설치된 Python 버전에 따라 다르다.

sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.4 1

sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.6 2

 

 

sudo update-alternatives --config python

sudo update-alternatives --set python /usr/bin/python3.6

 

'Self-Improvment > Python' 카테고리의 다른 글

Autopep8 installation is not happening.  (0) 2019.04.17