일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- tibero
- tac
- CentOS
- vm tac 구성
- 암시적 커서
- Tuple
- Linux
- oracle
- 리눅스
- db
- 티베로
- 묵시적 커서
- tas tac
- 코딩테스트
- DDL 추출
- 코테
- VM 설정
- VMware
- tablespace
- terraform
- implicit
- X11
- golang
- vm
- 프로그래머스
- python3.7
- 파이썬
- X11 forwarding
- Python
- OPEN CURSOR
Archives
- Today
- Total
목록python3.8 (1)
줄기세포
[Python] 3.8 설치 on CentOS 7.9 (환경설정)
요즘 Django 인강을 듣는데, 강사님 버전과 일치 시키기 위해서 python 3.8.x 버전을 설치해보았다 3.6.x 까지는 Yum Repo 설치가 가능한 것 같은데, 3.8.x는 현재 tarball로 설치하는 것으로 보였다. 나의 환경은 centos7.9.2009였다. 필수 패키지 설치 혹은 업데이트 $ yum install gcc openssl-devel bzip2 bzip2-devel libffi-devel zlib zlib-devel -y $ yum update gcc openssl-devel bzip2 bzip2-devel libffi-devel zlib zlib-devel -y Python 3.8.12 다운로드 & 압축해제 $ mkdir tmp-install $ cd ./tmp-instal..
Python
2022. 12. 16. 10:23