- [Python] Poetry 사용법홀쑥[Python] Poetry 설치 :: 지식이 홀쑥 [Python] Poetry 설치Poetry란?https://python-poetry.org/ Poetry - Python dependency management and packaging made easyDependency resolver Poetry comes with an exhaustive dependency resolver, which will always find a solution if it exists. And get a detailed explanation if nothinmug.tistory.com 이번 글은 poetry Usage( Basic usage | Documentation | Poetry - Python dependency m..
- 2024-11-10 17:36:50
- [Python] Poetry 설치홀쑥Poetry란?https://python-poetry.org/ Poetry - Python dependency management and packaging made easyDependency resolver Poetry comes with an exhaustive dependency resolver, which will always find a solution if it exists. And get a detailed explanation if no solution exists. Isolation Poetry either uses your configured virtualenvs or creates its own to alpython-poetry.org Python의 패키징 및 의존성 관리를 위한 툴로 ..
- 2024-10-02 01:04:04
- [Python] Python SSH Paramiko홀쑥Paramiko Welcome to Paramiko! Paramiko는 클라이언트와 서버 기능을 모두 제공하는 SSH 프로토콜의 순수 Python 구현체(C와 Rust 확장을 사용하지만 암호화를 위해 사용) 일반적으로 원격 쉘 명령 실행과 파일전송과 같은 일반적인 클라이언트에 사용 Python 2.7 이상, 3.4 이상 사용할 수 있음 설치 python -m pip install paramiko 사용 연결 import paramiko client = paramiko.SSHClient() username = 'username' password = 'password' user_info_dict = { 'username' : username, 'password..
- 2022-04-12 23:58:54
- [WSL2] Ubuntu-20.04 Python3 pip, venv설치홀쑥문제 Ubuntu 20.04 LTS 버전에는 기본으로 python3가 설치되어 있다. 문제는 내장 python3는 있으나 pip, venv가 설치되어 있지 않다. $ python3 -m pip /usr/bin/python3: No module named pip 해결 Microsort 공식 홈페이지에는 WSL2의 Python3에 pip와 venv를 설치하게 안내하고 있다. https://docs.microsoft.com/en-us/windows/python/web-frameworks 먼저 apt를 업데이트해준다. $ sudo apt update & sudo apt upgrade 그 다음 apt로 python3-pip를 설치한다. $ sudo apt install python3-pip 추가적으로 venv(파..
- 2022-02-16 22:59:23
스킨 업데이트 안내
현재 이용하고 계신 스킨의 버전보다 더 높은 최신 버전이 감지 되었습니다. 최신버전 스킨 파일을 다운로드 받을 수 있는 페이지로 이동하시겠습니까?
("아니오" 를 선택할 시 30일 동안 최신 버전이 감지되어도 모달 창이 표시되지 않습니다.)