반응형

버전 확인

파이썬 버전을 확인할 수 있습니다.

!python --version

파이썬 버전 설치 

!sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.7 1

파이썬 버전 선택 

!sudo update-alternatives --config python3

enter키로 현재 버전(*)을 선택하거나 selection number를 입력하여 선택할 수 있다.


파이썬 pip 설치

!sudo apt install python3-pip

 

 

참고 사이트

 

How to Change Python Version in Google Colab : 3 Steps Only

Sometimes a specific version of python is required to work for the python modules. Know How to Change Python Version in Google Colab in steps

www.datasciencelearner.com

 

반응형

+ Recent posts