-
ansible - ubuntu 20.04 에 python2, pip 설치하기DEV 2021. 6. 11. 16:52
- name: add apt-repository universe become: true shell: add-apt-repository universe - name: update apt become: true shell: apt update - name: install python2 become: true shell: apt install python2 - name: download pip shell: curl https://bootstrap.pypa.io/pip/2.7/get-pip.py --output get-pip.py - name: install pip2 become: true shell: python2 get-pip.py
반응형'DEV' 카테고리의 다른 글
MSSQL(SQL Server) - IN 구문 사용시 매개변수 최대 값 에러 (0) 2021.07.05 iterm2 단축키 정리 (0) 2021.06.29 git - pull/fetch, merge/rebase, reset/revert 개념 정리 (0) 2021.05.27 데이터베이스의 liquibase changelog 생성하기 (0) 2021.05.25 if kakao 2020 : kotest가 있다면 TDD 묻고 BDD로 가! 요약 (0) 2020.11.21