Linux 강좌RockyLinux에 Python3 설치 및 Beautifulsoup 설치

페이지 정보

no_profile 최고관리자 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 작성일 21-07-28 15:55 20,071 0

본문

파이썬 3 설치

[code]

yum -y install python39

[/code]


Beautifulsoup 설치 (PIP 설치후)

[code]

yum -y install python3-pip

pip3 install beautifulsoup4

[/code]

추천 0

댓글목록