일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 우분투
- java
- PostgreSQL
- Linux
- 윈도우
- 설정
- DB
- DATABASE
- python
- hamonikr
- 설치
- JS
- 아틀라시안
- 하모니카
- javascript
- 노드
- node
- 자바
- install
- postgres
- 자바스크립트
- 리눅스
- Windows
- 파이썬
- ubuntu
- 스크립트
- Atlassian
- script
- 3.0
- 데이터베이스
- Today
- Total
목록2022/01 (2)
LukeHan 의 잡다한 기술 블로그
pip 명령어를 통해 Python Module 을 다운로드 설치 할 수 없어 다운로드 받아 설치해야하는 경우 아래와 같이 진행 한다. Download : PyPI · The Python Package Index whl 파일을 설치하는 경우 1. 설치할 패키지의 whl 파일을 다운로드 받는다. 2. cmd 창에서 해당 경로로 이동한다. 3. pip install file_name.whl 을 입력하여 설치를 실행한다. pip install chromedriver_autoinstaller-0.3.1-py3-none-any.whl tar.gz 파일을 설치하는 경우 1. 설치할 패키지의 tar.gz 파일을 다운로드 받는다. 2. 해당 파일의 압축을 푼 뒤 cmd 창에서 해당 경로로 이동한다. 3. python s..
새로운 서버 구성을 진행하던 중 apt update 시 아래와 같은 오류 발생 확인 기존:6 https://packagecloud.io/asbru-cm/asbru-cm/linuxmint tina InRelease 무시:8 https://apt.hamonikr.org sun InRelease 오류:9 https://apt.hamonikr.org sun Release Certificate verification failed: The certificate is NOT trusted. The certificate chain uses expired certificate. Could not handshake: Error in the certificate verification. [IP: 49.247.206.123 ..