336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.
Ubuntu 20.04로 설치함(무료 버전)
sudo apt-get install python3-pip
sudo apt install python3-pip
위에 안먹힘
------
Ubuntu 20.04에 Python 3용 pip를 설치
출처 : https://jjeongil.tistory.com/1947
sudo apt update
sudo apt install python3-pip
버전확인
pip3 --version
'Python' 카테고리의 다른 글
우분투 pyinstaller 설치 후 pyinstaller 명령어 실행이 안될 때 (0) | 2023.10.21 |
---|---|
파이썬 telegram 사용 시 AttributeError: module 'telegram' has no attribute 'Bot' (0) | 2023.10.21 |
파이썬 날짜 형식 (0) | 2023.10.09 |
pyqt5 설치 (0) | 2023.10.08 |
파이썬 py확장자로만든 코드를 exe 파일 만들기 (1) | 2023.10.08 |